Datatable richSelectFilter header.

Hello guys,

I am using datatable component to display event logs. I am using dynamic loading (on scroll event) because of huge amount of data. Now I want to filter these events but as I am using dynamic scrolling, header’s serverRichSelectFilter potentially does not contains all available server values.

I am wondering how to dynamically fill this richselect filter according server’s data ? One way would be to fill richselect’s suggestlist when user click on it but I did not find how to do it ?