Check all rows from header #186
-
Hi, is it possible to access the |
Beta Was this translation helpful? Give feedback.
Answered by
nick-keller
Sep 15, 2022
Replies: 1 comment 2 replies
-
Hello @danisal , |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
danisal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @danisal ,
rowData
is usually the data of the row, but in the case of the header it has no row. But you could pass the entire data to your header component (either by props, or using a context) to you'd be able to display things based on that.