disable the auto sort if we update the sorting column
disable the auto sort if we update the sorting column
decca
Posts: 7Questions: 2Answers: 0
Hi
How to disable the auto-sort if we update the sorting column.
thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I'm not really sure what you mean I'm afraid. If you sort the column, you don't want it to redraw?
Allan
Hi Allan,
I mean I have a table I sort by a clone and when I update this column of a row it disappear to the bottom because It sort the value so it s a big problem when you want to make sure of what you updated.
thanks
Can you give me a link to the page showing the issue please?
Are you using Editor here?
Allan
Hi Allan,
Please take the exemple here https://editor.datatables.net/examples/inline-editing/simple.html
sort by name you will have Airi Satou at the top change it to ZZAiri Satou it will go to the bottom and I want to disable this as ZZAiri Satou still in the top until I clic sort again because I want to see all the change I maked
thanks
Ah I see - thanks for the clarification. You can use the
drawType
option of theform-options
object to disable the resort. Set it to benone
.Allan
thanks Allan