Create CRUD with Laravel, VUE 3 and Tailwind
Budget: €8 – €30 EUR
I need CRUD into a sample project based on Laravel 9, VUE3 and Tailwind. The sample project is based onto Laravel Jetstream.
List
A tailwind table is to be integrated that displays all vehicles. This table should have a paginator. It should be adjustable how many data records should be displayed at the same time (5, 10, 20).
Only as many data records are to be loaded and displayed as have been selected in the dropdown for the display of the maximum data records.
Only the data records selected in the paginator should be loaded.
When the data sets are loaded, the table should be displayed in grey and a loading symbol should be shown.
The displayed columns should be sortable in ascending and descending order.
Only the contents of the table should be reloaded and updated. Not the entire page.
There should be a filter field in which you can search for the values in the columns. Even if a filter is filled in, only the content of the table should be reloaded. Not the complete page.
To create, change and delete a new data record, a new page should be called up, as is the case when creating and changing a team (http://127.0.0.1:8000/teams/11).
There should be a mousover over each line / record, and the background of the line should turn grey when you move the mouse over it.
If you click on a row, a new detail page shall be opened, showing the details. There should be a change button that leads to the change page where you can change the record.
There should be a new menu item "Vehicles" with which you can do these things.
List
A tailwind table is to be integrated that displays all vehicles. This table should have a paginator. It should be adjustable how many data records should be displayed at the same time (5, 10, 20).
Only as many data records are to be loaded and displayed as have been selected in the dropdown for the display of the maximum data records.
Only the data records selected in the paginator should be loaded.
When the data sets are loaded, the table should be displayed in grey and a loading symbol should be shown.
The displayed columns should be sortable in ascending and descending order.
Only the contents of the table should be reloaded and updated. Not the entire page.
There should be a filter field in which you can search for the values in the columns. Even if a filter is filled in, only the content of the table should be reloaded. Not the complete page.
To create, change and delete a new data record, a new page should be called up, as is the case when creating and changing a team (http://127.0.0.1:8000/teams/11).
There should be a mousover over each line / record, and the background of the line should turn grey when you move the mouse over it.
If you click on a row, a new detail page shall be opened, showing the details. There should be a change button that leads to the change page where you can change the record.
There should be a new menu item "Vehicles" with which you can do these things.