nmeylan / json-table-editor

A tool to view JSON array as table, to ease visualisation and edition of large json array with performance as main objective
https://jsontable.app
Apache License 2.0
15 stars 3 forks source link

Filter should be cleared when last value matching the filter is removed #40

Open nmeylan opened 3 weeks ago

nmeylan commented 3 weeks ago

Filter is listing all values present for the given column in all row of the json array. If a filter with value "A" is active, but there is no value "A" anymore in the filtered column, the list of filtered option is not showing "A" value anymore, thus it is not possible to remove the active filter

Active filter should be removed automatically if the value does not exists anymore