Closed imabug closed 2 years ago
This Laravel Livewire Tables package looks interesting https://rappasoft.github.io/laravel-livewire-tables-docs/
Making some progress with the machines listing using Livewire and Livewire Tables
Machines listing has sorting and filtering capabilities now! Makes pretty much everything under the listings tab redundant now.
Survey schedule page switched over to livewire-tables
Pending survey page switched over to livewire-tables
Survey list in the machine details page switched over to livewire-tables
Recent test equipment calibration dates table switched over to livewire-tables
Recommendations list in the machine detail page switched over to livewire-tables
Survey recommendations list (/recommendations/{survey_id} converted to livewire-tables.
Think that about does it for all the tables that make sense as dynamic data tables
Use data tables instead of static HTML tables to show the lists of machines in the Survey Schedule and in the Listings tab.
Looks like it should be pretty easy to implement using Livewire
https://laracasts.com/series/guest-spotlight/episodes/3 https://github.com/calebporzio/laracasts-livewire-datatable