jQuery UI Widgets Forums React jqxGrid custom filter menu

This topic contains 1 reply, has 2 voices, and was last updated by  svetoslav_borislavov 1 month, 2 weeks ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxGrid custom filter menu #133506

    tms4
    Participant

    Hi,

    I understand that we can create a custom (e.g. a checkbox with distinct values of a column) menue by implementing createfilterpanel method. We expect a large number of entries (1000+) in the list and would like to have an ability to load them in “chunks/pages” either while the user is scrolling or by having a “more” link in the panel. Is it possible? Is there an example you can point me to?

    Thanks!

    jqxGrid custom filter menu #133508

    Hi,

    You may implement the custom filter menu with a combo box and on each click of a button ‘more’ add new items to the combo box.
    Here is an example of dynamically adding items: https://jsfiddle.net/jqwidgets/HPYRS/

    Best regards,
    Svetoslav Borislavov

    jQWidgets Team
    https://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.