Ginkelsoft DataTables - Release Notes v0.0.10

Changes in This Version

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.

Upgrade Guide (From v0.0.9 to v0.0.10)

1. Publish the Configuration File

Run the following command to publish the new configuration file:

php artisan vendor:publish --provider="Ginkelsoft\DataTables\DataTableServiceProvider" --tag=config

2. Update the Livewire Component

Ensure your Livewire component reflects the changes by updating any references to action with row-actions.

3. Clear Configuration Cache

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.