Hi,
I find a strage behavior of datatable.setState.
Please check this sample:
https://snippet.webix.com/i8se757q
There are 4 buttons to set different sorts on datatable.
Steps:
- Open F12 developer tools → network
- click on State1 button, one post to server
- click on State2 button, one post to server
- click on State3 button, two posts to server, first one with wrong parameters
- click on State2 button, two posts to server, first one with wrong parameters
- click on State4 button, two posts to server, first one with wrong parameters
It seems when setting multiple sort columns, there is a wrong post to server before the correct one.
Regards
Wicky