Skip to content

Table with fixed header inside a dynamic MUI Box justifies the content to fill the height #122

Closed Answered by proddy
proddy asked this question in Q&A
Discussion options

You must be logged in to vote

I fixed it following issue #102 and adding height and max-height to the table CSS theme:

      Table: `
        --data-table-library_grid-template-columns: 300px 150px 40px;
        height: auto;
        max-height: 100%;
      `,

Replies: 1 comment

Comment options

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