Hello,
We would like to use the Grid to show numbers.
We have a column named `Maximal value`, which only displays numbers.
We have already used the following features from the grid:
- To sort the data correctly, we use the props `filter="numeric"` on the column
- To align the numbers to the right, we use the grid Custom Cell
I found this question from 2019, which relates a lot to our requirements.
Is there a built-in column type "Number" in the grid which proposes all the built-in features regarding numbers?
We wouldn't like to miss on a built-in feature commonly used by the users, just because the Grid doesn't recognize the column as a number.
Something like type="numeric" in the column props.