#Sticky Action Column
16 messages · Page 1 of 1 (latest)
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 well
Let me try
Not working
.fi-ta-header-cell:last-of-type {
@apply relative right-0 top-0 bottom-0 bg-red-500;
}
.fi-ta-header-cell:last-of-type {
position: sticky;
}
You can also do like this:
thead>tr {
.fi-ta-header-cell:last-of-type {}
.fi-ta-header-cell:last-of-type {}
}
How to add that Action label inside the table?
$table->actionsColumnLabel('Action')
Thanks I didn't know it