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
DataTablewith a height that is appropriate for your application; see the FAQ aboutDataTablefor a little more context (I would suspect you would want to set theheightto1fr, for example).