A configuration file (config/datatable.php
) has been added.
The action
property has been renamed to row-actions
.
The Livewire component has been updated to reflect these changes. If not updated, the component will not function correctly.
Run the following command to publish the new configuration file:
php artisan vendor:publish --provider="Ginkelsoft\DataTables\DataTableServiceProvider" --tag=config
Ensure your Livewire component reflects the changes by updating any references to action
with row-actions
.
Run the following commands to apply changes:
php artisan config:clear
php artisan cache:clear
If you encounter issues, make sure your Livewire component is updated accordingly.