Disable sort after edit

Disable sort after edit

keith.abramokeith.abramo Posts: 37Questions: 6Answers: 0

Is there a way to still have editor redraw the table after an inline edit BUT not sort? I'm having an issue where my client is complaining that after they edit a column that is currently holding the sort, it moves that row, sometimes to a completely different page and they have to hunt it down.

Replies

  • kthorngrenkthorngren Posts: 20,302Questions: 26Answers: 4,769

    You could try the drawType option of the inline editor config to stop the sorting behavior after the edit. You will want to look at 'page' and 'none' to see which works better for you.

    You may then want to provide an update button to redraw the table once the user is ready.

    Kevin

  • keith.abramokeith.abramo Posts: 37Questions: 6Answers: 0

    Fantastic! The page: 'current' did the trick. Much appreciated!

This discussion has been closed.