Subject: Best way to combine custom paging with global filtering in dash_table
Hello Plotly team,
I am working on a Dash application with a very large dataset, so I have implemented custom paging in my dash_table.DataTable. This works fine, but I also need a global filter that searches across the entire dataset.
I know that native paging integrates smoothly with native filtering, but in my case, I cannot use native paging due to dataset size. With custom paging, my current filter only applies to the current page, not globally across all rows.
Could you please advise what is the best practice or recommended approach to implement a global search filter that works well together with custom paging?
Thank you for your guidance!
Larisa