Open
Description
I am new to the data-explorer and I noticed you can filter it by values in columns, like here:
But is it also possible to filter all values within a range, so not just speed_observation=10
, but something like speed_observation=[5,25]
. This would be a very, very helpful feature, google colab's data_table has it.
Also, it would be great if the data explorer table could get other advanced filtering options like there are for qgrid? - filter by a range of dates, but why not also by a list of strings, or a list of numerics, etc.
This is how filtering looks for grid. Thanks