Replies: 1 comment
-
Hey @alexisrc1 ! This would indeed be a nice feature to add to the table component. select 'shell' as component, 'custom_table_columns.css' as css; .mycolumn {
position: sticky;
left: 0;
background-color: white !important,
z-index: 2;
box-shadow: 0 12px 12px #eee;
} |
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
Uh oh!
There was an error while loading. Please reload this page.
-
in this example, i can scroll far to the right, so i'd like the first 3 columns to be frozen like it can be done in Excel.

would be a cool feature :)
Beta Was this translation helpful? Give feedback.
All reactions