Recently, I found two bugs in JSON Table Editor. Both bugs are related to the Grid’s filter. The first one is the filter for string data type. The filter is only showing one text field. It will search based on ‘contains’ operator.
Which is not a very good filter. Filtering for ‘Published’ rows, still include ‘Unpublished’ rows. After the fix, it is much better.
Please note that Starts with and Ends with are case sensitive.
The second filter to fix is the numeric filter. Currently the filter looks like this:
It’s not very clear what are the fields for. This is caused by missing icons. After the fix:
Now we know which field is for Less than, Greater than, and Equal.
That’s all folks. I hope it helps!
loading...
About Hardono
Incoming Search
bugs, data, extjs, javascript, json, sencha