do we have a way to make table column fixed when side scrolling?
2 Replies
Anyone?
hello, any update?
>extraHeaderAttributes([
'style' => 'position: sticky; left: 0; z-index: 1;',
'class' => 'bg-gray-50 dark:bg-gray-900',
])
->extraCellAttributes([
'style' => 'position: sticky; left: 0; z-index: 1;',
'class' => 'bg-white dark:bg-gray-900',
])
got this somewhere in answers but the background is custom so it doesn't blend with the table color.
Temp solution. It should be a core feature imo