Does DataTable control has a fixed row count of 5? #3581
Replies: 3 comments
-
Please share some runnable code. |
Beta Was this translation helpful? Give feedback.
-
As you turn the mouse wheel on the datatable, the data below is displayed. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the tip. I added height to the surrounding ft.Col and set the scroll mode and it all worked |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I tried to include 10 DataRow(s) in my DataTable, but only 5 are displayed.
Tried setting height, min_data_row_height, max_data_row_height but no change in the behaviour. What should be enabled ?
Ideally I'm looking for autoscroll or pagination if number of rows go beyond a configurable number.
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions