How should Numeric filter work #792
candcconsulting
started this conversation in
General
Replies: 1 comment
-
Can you post a codesandbox showing where |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a numeric column which seems to sort OK
However when I apply the numeric filter
fieldType='number'
No results are returned
If I put a sortType='number' no results returned ... the Storybook does not mention a filterType, but adding this also returns 0 results
How should I configure the column to return numeric range
Filter: tableFilters.NumberRangeFilter(),
However, I note in the Component Tree that DefaultCell seems to be adding filterTypes to filterDate
or is that a red herring
What should be set to enable filtering on real numbers
Beta Was this translation helpful? Give feedback.
All reactions