Skip to content

How to get renderDetails Panel to work on Virtualized Table #364

Answered by KevinVandy
Calebvh asked this question in Q&A
Discussion options

You must be logged in to vote

Yes that kind of is a limitation/bug with react-virtual right now. It can be fixed in the future, but will take a lot of fiddling with the row virtualizer to account for the extra rows.

In the meantime, adding

muiTableProps={{
  sx: {
    borderCollapse: 'collapse',
  }
}}

might get rid of those lines.

or maybe add position relative and a higher z-index to the detail panel component

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Calebvh
Comment options

Answer selected by Calebvh
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