Sorting visual data and data source

Tags: #<Tag:0x00007f8b1dc20bf0>

How to sort the data source together with visual sorting?
We want the data source of our table to be sorted along with visual sorting at the same time.
We are sorting data by table column. But as far as we know, the data source is not sorted, but only the visual representation of the data is sorted. But it is important for us that in addition to visual sorting of data, their data source is also sorted. How can I do that?

Hi @tosca

The only way to sort source data is to sort them on the server side and then use loadData. Unfortunately, there is no other way at the moment.

Topic can be closed. Thanks for the quick response =)