jeremykenedy / laravel-material-design

Laravel 5.6 on Material Design Lite 1.3 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. This makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. Uses laravel ORM modeling and has CRUD (Create Read Update Delete) functionality for all tasks. Quick setup, can be done in 5 minutes. It will take longer to obtain your Facebook, Twitter, and Google Plus API Keys than it will to set this up.
https://mdl.consultjeremy.com
MIT License
261 stars 108 forks source link

datatable with ajax #22

Closed titoff002 closed 5 years ago

titoff002 commented 5 years ago

Hello and nice work.

I have a question: how to use the data table with ajax?

Do you have an example?

Regards, Christophe

jeremykenedy commented 5 years ago

It’s currently not setup that way. You would have to adapt it to your needs.