z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.15k stars 2.82k forks source link

Append and prepend row action not working #5625

Open Ahercode opened 2 years ago

Ahercode commented 2 years ago

Description:

When I follow the steps in the documentation for appending a new row action it doesn't show.

trying to do this $grid ->actions(function ($actions){ $actions->append(''); });

Steps To Reproduce:

k0hel commented 2 years ago

it seems obsolete method. #4993 English documentation may not have been updated. read Chinese documentation using web translation.

Ahercode commented 2 years ago

it seems obsolete method. #4993 English documentation may not have been updated. read Chinese documentation using web translation.

@k0hel ..... Ok sure, lemme give it a try again