Datatable processing dialog for client side data processing
Datatable processing dialog for client side data processing
I have around 5000 records pulling from database and displaying at client-side at a time with no pagination. There are around 6 columns and 5000 records to display. no issues while displaying, but while ordering data in IE 11 it is taking around 10 secs. The main problem I feel is while datatable doing background work it doesn't show any screen blocking or message, hence users can click sort able columns again and again which leads to IE crash
Is there any way like processing dialog enabled for client-side data processing.