I'm using datatables. And by default with pagination feature on sorting one column redraws all the table and puts you to the first page of paginated ones. Is there an easy way to tell datatables that I want to sort and redraw only current pagination? And if there isn't how do I override default sorting feature? Addition: I'm usin static data table without any ajax features.
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Include empty value fields in jQuery .serialize()
- Disable Browser onUnload on certain links?
- how to get selected text from iframe with javascri
I've seen a few idea on the Internet but the only thing that worked for me was commenting out the reset to 0 in function _fnFilterComplete