Hello,
I’m descovering dhtmlx. I have to make an application that copy Access with a lot of datas and filters !!
The full list contains more than 20000 items so that dhtmlxgrid can not contain all. I have tried and I see low performances on scroll and filter.
I will try to load less datas (maybe 100) and launch datas loading with user scrolling or user filtering. But I would like to activate filters and sort on the 200000 items. That means I have to override dhtmlx filter and sort to launch server request.
Is anyone has an idea?