Improving cpu usage of table while idle (#29)
The table component causes higher than expected CPU usage.
This is because the indeterminate spinners are never removed from the DOM. Being indeterminate they use an infinite animation that causes the browser to have to rerender at 60fps causing high CPU usage
Closes #29
Edited by Richard Peach