asitparida / VxGrid

An standalone native table plugin which uses the best of features provided by AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consistency of blanks in the grids

ankit007pandit opened this issue · comments

null in filter
blank filter

observation:-
we do not have consistency in some column filter null is shown and in some column filter blank is shown

requirement:-
we should have consistency either null or blank should be shown in both column filter

Well, we show 'blank' if the data == '' and 'null' if data == null