Filter data limitation

Posted by: issoufou.galadimadjadi on 6 August 2018, 11:08 am EST

    • Post Options:
    • Link

    Posted 6 August 2018, 11:08 am EST

    Hi,

    I am using wijmo Filter flex Grid to display a large data (about 10 000 to 100 000 rows).

    I encounter the problem of filter data limitation. When a columns has more than fixed number (I don’t know the exact value) some values are not displayed in filter popper.

  • Posted 7 August 2018, 5:20 am EST

    Hi,

    By default FlexGridFilter’s maxValues property is set to show 250 uniques values in its value filter.

    If you would like to show more than that then you may do so by setting this property to a greater number than 250.

    Please refer to the following code snippet:-

    let maxFilterValues=10000;

    filter.getColumnFilter(‘id’).valueFilter.maxValues=maxFilterValues;

    You may also refer to the following sample which implements the same:-

    https://stackblitz.com/edit/react-begpg7?file=index.js

    ~Manish

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels