-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to disable sort feature temporary via JS control before sorting fire #138
Comments
Where would this specific Are you looking to disable sort on a specific
It puts empty cells after a-z, so its a-znull, or nullz-a depending on how many times the header is clicked. It should probably ideally be changed to a-znull z-anull. |
disable whole specific table, in img I click A5 cell to insert new tr 1 (a) after tr 1 (A)
here is sample with JQuery, hope can make you understand my purpose `
I try the float number with null, null will at first with asc, but I used the punct-sort for float |
I use JS insert new <tr> with dynamic data after clicked specific <td> with toggle feature
and I need to disable sort feature temporary after new inserted and toggle
I tried to remove <table> class "table-sort" and "table-process" or add "disable-sort" into each <th> not working
seems inject sorting after script loading
does any way to disable table sort via JS control before sorting feature fire ? ( flow sample as img )
Or can add JS control feature into next version update ? ( e.g. enable / disable / reload options ... etc. )
btw, table-sort support null last ? ( put the empty cell to the last always after sorting )
old issue seems without support the feature class then closed
Thanks !!!
The text was updated successfully, but these errors were encountered: