jQWidgets Forums

jQuery UI Widgets Forums Grid filterable

Tagged: 

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    filterable Posts
  • filterable #58566

    sasha02
    Participant

    Hi! I have some function:

    var cellsrenderer = function (row, columnfield, value, defaulthtml, columnproperties) {
    if (value==’0′) return value=”;
    else return value = ‘<div style=\”text-align:center;margin:5;\”>+</div>’;
    };

    There is some field. But filter only works for value 0 and 1, and not on the “+” and ”

    How to make function search for value + or “” not on the 0 and 1 ??
    TY

    filterable #58568

    Peter Stoev
    Keymaster

    Hi sasha02,

    Filter works for cell values and filters cell values. If you type something else in the cell, the value will still be the same and will not affect the filtering.

    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.