how to remove auto sort after inline update?
how to remove auto sort after inline update?
scipiosoft
Posts: 18Questions: 8Answers: 0
how to remove auto sort after inline update?
i have default sort by date_modify, when i edit row inline it jump to top of table.. because table is resorting it self by date_modify
i want this row to remain in place
This question has accepted answers - jump to:
This discussion has been closed.
Answers
Use the
drawType
option of theform-options
object. Setting it topage
will cause Editor to not immediately redraw (example in the documentation).Allan
thx :)
i want now to add new row in some position (index)
its possible?
Not as such. The position of the data in the table is directly controlled by DataTables ordering. So the data will be positioned by the data it contains and the order applied to the table.
Allan