apapa
January 5, 2017, 11:02am
1
The problem that has been found is that when you apply a multiselect serverside filter and you save the state of datatable then refreshing the broswer the filter is not send it in the request.
As an example the snippet: http://webix.com/snippet/daa2c585
Apply the multiselect filter and then refresh the broswer
The filter is not applied
BUT in simple serverSelectFIlter looks that works
http://webix.com/snippet/f2159d62
Helga
January 6, 2017, 1:40pm
2
Hello,
You didn’t need to create a custom multiselect serverside filter. There’s a ready-made serverMultiSelectFilter
in the package.
Still, I have to confirm the same bug in it. We will release a fix with the next build.
apapa
January 6, 2017, 2:53pm
3
Jap thats right but on refreshing the filter is not posted right.
Filter with multiselect server side on refresh is not applied.
http://webix.com/snippet/6380374c