Filter json data before load datatable

Hi,

Is there a way to load a datatable by applying the filters before loading the data into the datatable?

I see that filterByAll () exists but it does it later and causes the unfiltered data to
load and then filters them

Is possible apply the filter in datatable to datacollection?

Thanks in advance

Hello @jorge,

Sorry, I’m not sure that I fully understand the issue.
Could you elaborate a little bit, please? Do you mean you want to modify data before parse? Or do you mean you want to filter DataCollection? (https://snippet.webix.com/5vpc2ao7)