Laravel integration with bootstrap and datatable
Budget: $10 – $30 USD
I am trying to integrate Laravel with bootstrap and datatables.net
- Browse and download a free bootstrap template of your choice
- Install an Sqlite database-driven Laravel Web Application
- Integrate the template & the attached database.sqlite with Laravel
- Integrate datatables (datatables.net) into your Home page
- Follow the datatables integration requirements attached
By default, the table should be paginated at 20 entries. Then a drop down should allow
users to change the paginated entries to be either 20, 40, or 60
Default order by creditLimit (descending)
Change the default titles to following:
o Show X entries è Display X records per page
o Showing X to X of X entries è Displaying page X of X pages
o No matching records found è No records found, try again!
Show total of creditLimit column for each page + Grand Total of all pages as a footer of
the table
Create a “Delete selected record” button that will delete a selected record on the table
(front-end). This deletion should not reflect in the database
- Browse and download a free bootstrap template of your choice
- Install an Sqlite database-driven Laravel Web Application
- Integrate the template & the attached database.sqlite with Laravel
- Integrate datatables (datatables.net) into your Home page
- Follow the datatables integration requirements attached
By default, the table should be paginated at 20 entries. Then a drop down should allow
users to change the paginated entries to be either 20, 40, or 60
Default order by creditLimit (descending)
Change the default titles to following:
o Show X entries è Display X records per page
o Showing X to X of X entries è Displaying page X of X pages
o No matching records found è No records found, try again!
Show total of creditLimit column for each page + Grand Total of all pages as a footer of
the table
Create a “Delete selected record” button that will delete a selected record on the table
(front-end). This deletion should not reflect in the database