excel-bootstrap-table-filter
excel-bootstrap-table-filter copied to clipboard
How to introduce a spinner/loader while the filter updates on select all when there are 1000 or more records?
I am trying to introduce a spinner/loader while the dropdown updates to show the select all as checked since there is a lag when there are 1000 or more records. Any pointers will help. I tried to introduce a code in the bindSelectAllCheckboxes method but it executes after the checkboxes are updated.
@chestercharles Could you please help