Is it possible for data to scroll keeping the datatable headers sticky? I tried almost all options but it does not appear there is a built in feature.
Any one knows a hack?
Is it possible for data to scroll keeping the datatable headers sticky? I tried almost all options but it does not appear there is a built in feature.
Any one knows a hack?
In the Datagrid element there is a built in feature
Thanks @khairul
I was looking for similar behavior in Table element.
Ahh sorry about that, there isn’t built in like datagrid, but you can manually do that in the editor:
Select the header
Set position:sticky
Let me know if that helps
p/s: turn on Z-Axis so it stays on top of your table contents