Sticky Action Column
Is there any solution about this I need to do something like this pic because I have to much columns and I need to be shown always the actions
Solution:Jump to solution
```css
.fi-ta-header-cell:last-of-type {
@apply relative right-0 top-0 bottom-0 bg-red-500;
}
...
12 Replies
It works but, is there any other solution not just the buttons but all column to be sticky?
not sure.. maybe inspect classes and apply same
will you mind share with us please i would love to do it too
The problem the column of actions does not have any classes
For me the only solution is that the actions column should have the head like other columns after that you can do it with this trick
So you want to keep
actionsColumnLabel()
as well right? then what about like thead tr th.fi-ta-header-cell:last-of-type {}
not test, not sure as wellLet me try
Not working
Solution
You can also do like this:
How to add that Action label inside the table?
$table->actionsColumnLabel('Action')
Thanks I didn't know it