Do the filter fields that appear in the Data Table component when filtering is on allow use of operators (e.g., > or <)?
It is possible. To do this, the column definition where you expect to show numeric values should contain a special filter. For example:
Set the filter for the Age
column (this can also be done programmatically - the same filter must be set)
Result:
For more information about filters (and many other very cool features), see the source component docs:
Regards,
Mark
Thank you, Mark. So, I would need to switch to Data Grid to get this capability? My question was about the Data Table component.
Filtering in Data Table can only match characters/numbers in the values. It does not support any other operations such as greater/less than.