Datatable (dynamic loading, server filtering) with select-filter

I have a datable with server side filtering/sorting. Now I would like to have on some columns a select box for filtering.
How could I realize that?

you can use content:“serverFilter” in the header, it will reload data from the original data url ( server side call will include extra fields with content of the filter )

http://webix.com/snippet/3245c4de

Yes, I know that and it works perfekt.

What i would like is a SELECTBOX as filter with serverFilter - similar to “selectFilter”.

I could set the selectBox-options manually by script.

Somehow we have missed this scenario :frowning:
Will be added in the next build

For now you can use normal selectFilter and catch onBeforeFilter event, where you can block default logic and load new data from server side instead.

If you have an active license, you can grab Webix 2.1.4 from the support area. It contains the missed “serverSelectFilter”