Positioning action icons within a table #17928
Unanswered
ffcastaneda26
asked this question in
Help
Replies: 1 comment
-
return $table
->extraAttributes(['class' => 'my-table'])
.my-table .fi-ta-cell {
@apply align-top;
} |
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.
-
Package
Panel builder
Package Version
v4.0.5
How can we help you?
In the "Categories" table listing in the CategoriesTable.php file, I display a 200px x 200px image in one of the cells. This affects the row height. For the other columns, I position their content at the top of the cell using the
verticallyAlignStart()
method.However, I don't know how to make the action buttons or icons also appear at the top of the cell.
I would appreciate any help you can offer.
Beta Was this translation helpful? Give feedback.
All reactions