Notifies that ordering of data rows in server is has changed.
True if all rows are kept (eg. rows were not discarded due to server filtering)
This callback always be follows by the preReindex callback. When client receives this notification, it restores the focus and selection from the stash of these saved to a temporary location. Typically this notification is called after rows are sorted or filtered on the server.
Notifies that ordering of data rows in server is about to change.
When client receives this notification, it saves focus and selection to a temporary location. Typically this notification is called before rows are sorted or filtered on the server. This callback will always be followed by the postReindex callback.
Interface specifying callbacks from server which are used to advise client that server data has changed