Skip to content

Custom column header / context menu #83

Answered by nick-keller
danisal asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @danisal !
Just pass your header component to the title prop of the column:

const columns = [
  { title: <MyComponent /> }
]

Now regarding the context menu, it is true that you do not have access to the selected area. Please create a feature request detailing your use case precisely to help scope the feature and prioritize the roadmap!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nick-keller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants