jQWidgets Forums

jQuery UI Widgets Forums TreeGrid TreeGrid filtering

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 3 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • TreeGrid filtering #121643

    shaymabraham
    Participant

    I am working with TreeGrid and i want to make a filterrow foreach column but when setting filterrow to true like in jqxGrid it generate an error.

    Also can I make a custom filtertype foreach column to have for example text input or dropdown list according to the column ?

    like in jqxgrid :
    { text: ‘Product’, filtertype: ‘checkedlist’, datafield: ‘productname’},
    { text: ‘Available’, datafield: ‘available’, columntype: ‘checkbox’, filtertype: ‘bool’, width: 67 },

    TreeGrid filtering #121644

    Martin
    Participant

    Hello shaymabraham,

    You can set the filterMode property to “advanced” to allow filter inputs for each column.
    You can check this Example.

    Alternatively, you can use our Smart Grid component. There it is possible to have custom filters for each column of the tree grid.
    Please, check this Example.

    Best Regards,
    Martin Yotov

    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.