Filter By Value Custom Implementation

Tags: #<Tag:0x00007f8b25eac948>

Hi,

  1. I have custom pagination logic with 1000+ pages, how can I change filter values from server to show all filters, not for the current page, before handsontable initialization?
  2. And can you provide Filter by Value custom implementation example with ajax to handle it server-side?

Hey @danielyanvahagn

there is no way to pass a different set of values to the filter. Currently, we do not support server-side pagination for sorting and filtering. You’d need to paginate on the front-end. Here’s an example that I’ve made some time ago http://jsfiddle.net/handsoncode/9bcqah1f/