serverFilter and server sort not works

http://docs.webix.com/samples/40_serverside/01_php_vanila/11_datatable_sort_filter.html

The functionality itself works correctly, it is a problem with the sample.

We will update the sample, thanks for pointing the issue.

HI maksim, How to implement serverFilter and server sort? Could you provide some snippet?

Hi,

In case of server filtering or sorting datatable will update data according to received response.

Here is information about the parameters sent for datatable filtering:

http://docs.webix.com/datatable__filtering.html#server

Info about sorting parameters can be found here:

http://docs.webix.com/datatable__sorting.html

Can you fix this example?

http://docs.webix.com/samples/40_serverside/01_php_vanila/11_datatable_sort_filter.html