Created by: crup
Cleaned table.js
- Removed functions calls from table.js
doSortandsetInterval. These function calls should be effects. - Fixes existing sort which was mutating the component state instead of setting new one.
- Fixes an effect where
setCountwas being called recursively. - Cleaned
onHighlightStatemethod. - Refactored table rows to array map.