gristlabs_grist-core/app
Cyprien P 815c9e1462 (core) Adds new range filter for numeric columns
Summary:
Shows the range filter next to the filter by values on filter menu. When users
set min and/or max, it takes precendence over the filter by values.

If users set:
 - `[] < [max]` behaves as `less than max`.
 - `[min] < []` behaves as `more than min`.
 - `[min] < [max]` behaves as `between min and max`
 - bounds are always inclusives.
 - when users change min or max the values of the by values filter
   gets checked/unchecked depending on whether they are included by
   the range filter.
 - when users clicks any btn/checkbox of the by values filter both min
   and max input gets cleared, and the filter convert to a filter by
   values.

Test Plan: Adds both projets and nbrowser tests.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D3435
2022-05-30 10:30:16 +02:00
..
client (core) Adds new range filter for numeric columns 2022-05-30 10:30:16 +02:00
common (core) Adds new range filter for numeric columns 2022-05-30 10:30:16 +02:00
gen-server (core) move DocUsageBanner to ext 2022-05-27 22:19:17 -04:00
plugin (core) Update Plugin API documentation 2022-05-24 17:27:34 -07:00
server (core) move DocUsageBanner to ext 2022-05-27 22:19:17 -04:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00