I have an array of 1000 records (pretty large JSON objects though) and whenever I use the pagination or sort by one of the column headers the table takes a few seconds to respond. The data is all client side. Is there any solution for making the sort/pagination respond faster or display an activity indicator while it is processing?
I have an array of 1000 records (pretty large JSON objects though) and whenever I use the pagination or sort by one of the column headers the table takes a few seconds to respond. The data is all client side. Is there any solution for making the sort/pagination respond faster or display an activity indicator while it is processing?