You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
In the context of editable tables, filtering for blank cells makes a lot of sense.
In order to filter for blank (non-defined) values, at the moment one has to do something like {col} is nil or {col} == ''. It would be more readable to have a syntax like is blank (or something to be discussed).