Make the 'Table Action Buttons' Sticky when scrolling left to right
Good day guys. It is possible to "Make the 'Table Action Buttons' Sticky when scrolling left to right"—specially on desktop views
Like on video on attachment.
Thank you.
6 Replies
sir @LeandroFerreira problem on
.fi-ta td:last-child {
@apply sticky right-0 bg-white dark:bg-gray-900
}
see the attachment
Does a z-index fix this?
yes sir @Dennis Koch, but another problem occur
please see the attachment
current code on custom theme
.fi-ta td:last-child {
@apply sticky right-0 bg-white dark:bg-gray-900 z-10;
}
What if you increase z-index for the filter menu?
Maybe issues with the modals 😅
yah i think. for sure, it will create another problem 😅