Simple Filter Widget

Hello,

I don’t like the default filtering system proposed by Grist, it’s OK for static filtering and even in this case, only AND logic is available. I needed something faster and easy to use.

So I’ve designed a simple widget to filter quickly a table.

Basically it will display each lines which match at least one word (OR logic).

Sources and full instructions are available on Github, and an example is available here.

It started as a simple filtering system, but well now there are many options like: AND, negation, exactly equals, start with, regex or column selection… Please read the README on Github for full details (english and french).

I hope you’ll enjoy it :slight_smile:

5 Likes

:clap: so usefull & productive !

1 Like

New major version:

  • Many more configurations (default logic used, default value, session management…)
  • Improved interface to clarify the logic used:

README on Github updated with all details

2 Likes