Enabling scrolling in a DataTable #1152
-
QuestionHi, Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
There is no official way to scroll at the moment, but a hacky/nonofficial way is to put the datatable control in a Row with scroll enabled. Let me know if it worked as expected. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I have tried the solution with the list view and that works, but only for vertical scrolling. My datatable has too many columns to show, but I don't get a horizontal scrollbar. |
Beta Was this translation helpful? Give feedback.
There is no official way to scroll at the moment, but a hacky/nonofficial way is to put the datatable control in a Row with scroll enabled.
Let me know if it worked as expected.