1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
438 stars 176 forks source link

disable sorting on load #132

Closed EroNiC closed 9 years ago

EroNiC commented 9 years ago

Hi I'm loading large data like 800 items and I am using button sorting, text filtering, checkbox text filtering, checkbox path filtering, text filtering, counting and so on. the thing is, when the page is loading, jplist starts sorting and filtering data items while there is not default, active or selected filter is and eventually it causes my browser to freez for couple of seconds and then rearranged items are ready to use. my question is, how can I stop filtering and sorting on page load since I've got provided them I mean it already has been sorted in server side. the other feature is great to be implement is, ability to have onStartSorting or OnCompleteSorting and so on, it will give us more options. thanks

1rosehip commented 9 years ago

Duplicate of issue #32.