Hi,
In the datatable, I want to populate a custom select filter. I am joining mulitple fields in one column and same values I have to append in selectFilter.
How to do that?
Hi,
In the datatable, I want to populate a custom select filter. I am joining mulitple fields in one column and same values I have to append in selectFilter.
How to do that?
Hi, you can define select options with the help of a corresponding setting: http://webix.com/snippet/66ca37b3
When I am loading data from server?
http://webix.com/snippet/6620feb3
In this case, data is loading on scroll and above selectFilter will have to change upon new dataload.
Thanks
So you can use the onAfterLoad
event to reset the options each time new portion of data is loaded: http://webix.com/snippet/039dffef