Simple Filter Widget

I’ve pushed a new version of the widget, correcting previous issues and adding new features, here is a summary:

  • Add dark mode support
  • Add numerical search in addition to literal search: =, <, >, <= and >= (see readme for all details)
  • Add prefiltering option (added to each search)
  • Resolve jump-to-start issue, thanks to @ornanovitch
  • Resolve a bug on the search type button when the saved search starts by @
  • Improve performances by a better management of the search parsing
  • Improve the search by column (@…): columns id are now not case sensitive and I’ve added partial matching
  • Improve minification process with pnpm, and from this version, all of them will be available in a sub-folder @num_version

Let me know additionnal features are required.

4 Likes