mantine-react-table version
beta
react & react-dom versions
v18.2.0
Describe the bug and the steps to reproduce it
Given the table is inside some basic app shell layout with a global app bar, and maybe some nested menu bars, the table always sets 100vh as a height reference for calculations. I know that this is mentioned explicitly in the docs, but this makes the usage of a table with any container around it (above or below) impossible, doesn't it?
Also for the calculations, fixed values for e.g. the top toolbar height (80px) are used.
Is there a way to use the sticky header feature considering 100% height of the parent?
Minimal, Reproducible Example - (Optional, but Recommended)
Screenshots or Videos (Optional)
Do you intend to try to help solve this bug with your own PR?
No, because I do not have time to dig into it
Terms
mantine-react-table version
beta
react & react-dom versions
v18.2.0
Describe the bug and the steps to reproduce it
Given the table is inside some basic app shell layout with a global app bar, and maybe some nested menu bars, the table always sets
100vhas a height reference for calculations. I know that this is mentioned explicitly in the docs, but this makes the usage of a table with any container around it (above or below) impossible, doesn't it?Also for the calculations, fixed values for e.g. the top toolbar height (80px) are used.
Is there a way to use the sticky header feature considering 100% height of the parent?
Minimal, Reproducible Example - (Optional, but Recommended)
Screenshots or Videos (Optional)
Do you intend to try to help solve this bug with your own PR?
No, because I do not have time to dig into it
Terms