[Avalon] How to implement scrollHeight="flex" and frozen column datatable on page #29
Replies: 2 comments
-
This question is not Avalon related so please close this one and create a new one PrimeVue topic instead. |
Beta Was this translation helpful? Give feedback.
0 replies
-
okay, I'll close this one |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, PrimeTek team
I want to ask, how to implement scrollHeight="flex" datatable on page
On documentation the example is for modal, is posible to implement this on page ?
My expectation the header is always on top, and pagination is always on bottom, if row is less, or more
Currently I can't try
scrollHeight="flex"
, so I write ugly code :Yeah is working, but maybe I can write properly with prime way
I also want to make
Name
column frozen, I read on documentation it just add frozen option, but it seems not working with my code, is my implementation wrong, or the class on template is conflict ?Here my full code, the script is get from table page
views/uikit/Table.vue
Beta Was this translation helpful? Give feedback.
All reactions