DataTable gets taller than it should #3481
-
Hi all, I have a big DataTable that may contains hundreds of rows. Is there a way to get the DataTable as tall as its container considering the Footer (or any docked Widgets?). The only style I have for the DataTable is Any suggestions on how to work around this issue is appreciated. Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You will likely want to style your |
Beta Was this translation helpful? Give feedback.
You will likely want to style your
DataTable
with a height that is appropriate for your application; see the FAQ aboutDataTable
for a little more context (I would suspect you would want to set theheight
to1fr
, for example).