jQWidgets Forums

jQuery UI Widgets Forums Grid filters and cellsrenderes

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • filters and cellsrenderes #29057

    timo75
    Participant

    I have a grid that is populated via json with one column being 1 or 0. I use a cellsrenderer to replace these numbers with “yes” respective “no”. However, when I apply a filter to that column it behaves as if the columns were still just numbers, i.e. filtering equals “yes” won’t work, but filtering “1” does.

    Is there a way to make this work?

    filters and cellsrenderes #29068

    Peter Stoev
    Keymaster

    Hi timo75,

    No. The Filtering is based on the cells values. With the “cellsrenderer” you can render any HTML in the cells and the filtering does not take that into account. If you wish you can implement Server Filtering as an approach and depending on the Filtering Parameters, Filter the Grid.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.