Skip to content

Making action column with custom class name ? #126

Closed Answered by Okipa
hadyjsc asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hadyjsc, sorry for the late answer.

You may simply create a new row action with php artisan make:table:row:action RedirectRowAction according to your needs and use this one in your table.

Check here how you can reuse RedirectRowAction to create your own row action: https://github.com/Okipa/laravel-table/blob/master/src/RowActions/ShowRowAction.php

Or you can directly use RedirectRowAction in your table if you prefer.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hadyjsc
Comment options

Answer selected by Okipa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants