v8: How to get table RowType ? #3935
Unanswered
talatkuyuk
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Instead of using your own |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As you know we can set the RowType while creating table:
I need to get this
RowType
from the table instance in the Filter component in order to derive a specific column isDate
ornumber
. In my table, the data column (createdAt) holds unix timestamps which is actually number. So I have only chance via getting RowType so I can understand the column is Date not number.if It is
Date
, I am going to place a datepicker instead of DebouncedInput for column filtering. This is my aim.Is it possible to get RowType through the table instance or the column or in combination?
Beta Was this translation helpful? Give feedback.
All reactions