Is there a way to define a default sort for each operations made in the datastore of a datatable so i don’t have to play with events ? Each time a record is added/modified/deleted, the datatable is redrawned with the sort i’ve defined somewhere.
sorry, filterByAll affects sort only in dynamic mode.
in your case, as you sync data, I would prefer this way: https://snippet.webix.com/yaq4thku
but this will affect combo sorting too.