issues
search
sreenaths
/
em-table
Table component for Ember
MIT License
2
stars
3
forks
source link
Use web-workers for sorting.
#1
Open
sreenaths
opened
8 years ago
sreenaths
commented
8 years ago
It would be a better approach to use web workers in sorting as that wont be blocking the UI.
Current native sort, blocks javascript execution even if for some time.