You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working with Livewire and Preline DataTables in a Laravel project. I have a table that uses Preline DataTables to display data dynamically managed by Livewire. When I add new data (without using wire:ignore), the table data updates successfully, but the DataTable functionality (like sorting and pagination) disappears.
If I add wire:ignore to the table, the DataTable functionality works, but the table data doesn't update when new data is added.
Has anyone encountered a similar issue or found a solution?
I’m working with Livewire and Preline DataTables in a Laravel project. I have a table that uses Preline DataTables to display data dynamically managed by Livewire. When I add new data (without using wire:ignore), the table data updates successfully, but the DataTable functionality (like sorting and pagination) disappears.
If I add wire:ignore to the table, the DataTable functionality works, but the table data doesn't update when new data is added.
Has anyone encountered a similar issue or found a solution?
Thanks in advance!
pagination blade component:
The text was updated successfully, but these errors were encountered: