laravel-admin icon indicating copy to clipboard operation
laravel-admin copied to clipboard

Append and prepend row action not working

Open Ahercode opened this issue 2 years ago • 2 comments

  • Laravel Version: v8.83.15
  • PHP Version: v7.4.29
  • Laravel-admin: 1.8.17

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:

Ahercode avatar Jul 15 '22 02:07 Ahercode

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

k0hel avatar Jul 20 '22 07:07 k0hel

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

Ahercode avatar Jul 20 '22 11:07 Ahercode