Files
gristlabs_grist-core/app/client/ui
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
..
2020-10-02 13:24:21 -04:00
2022-05-19 09:45:26 -07:00
2022-02-10 12:46:19 +02:00
2022-02-19 09:46:49 +00:00
2020-10-02 13:24:21 -04:00
2022-02-19 09:46:49 +00:00
2021-06-29 15:29:56 +02:00
2020-10-02 13:24:21 -04:00
2022-05-04 21:41:42 +02:00
2022-04-27 22:21:55 +02:00
2022-05-19 09:45:26 -07:00
2021-05-25 21:14:49 +02:00
2020-10-02 13:24:21 -04:00
2022-02-19 09:46:49 +00:00
2021-11-05 13:07:30 +01:00
2022-05-19 09:45:26 -07:00
2022-04-01 15:24:19 -07:00
2022-05-04 21:41:42 +02:00
2020-10-02 13:24:21 -04:00