Grid Filter only none empty rows

Hi,

a week ago i asked how to filter Grid filter only empty rows, and you gave me a working solution, which was

bk_AuditError_Grid.filterBy(error_index, function(a) {return (a == "");});

Now, i want to filter only the rows with values, how can i do that,

thx in advance>

Ndegwer

bk_AuditError_Grid.filterBy(error_index, function(a) {return (a != “”);});

:confused: am a dummy, thx :smiley:

you are welcome :slight_smile: