Save state option only remembers single column sorting?
Save state option only remembers single column sorting?
koengillissen
Posts: 2Questions: 0Answers: 0
I am trying to implement multi column sorting, filtering and paging (server-side). Everything works properly.
Now I want to save my table state (sorting, paging filtering). This works for paging and filtering. However it seems that it only "remembers" one sort column instead of all sorted columns. Is that correct?
I am using the bStateSave option.
This discussion has been closed.
Replies
Can you try using the nightly please? That should fix it.
Allan
Ok will give it a try. Thanks!