mrofi / livecms-datatables
Live CMS Datatables
v1.0
2018-09-04 04:58 UTC
Requires
- php: >=7.0
- illuminate/contracts: 5.4.*|5.5.*|5.6.*
- illuminate/support: 5.4.*|5.5.*|5.6.*
- yajra/laravel-datatables-oracle: ~8.0
This package is auto-updated.
Last update: 2024-11-07 18:14:50 UTC
README
What is ?
This package can deal with Javascript DataTables.
Features
- Full Yajra DataTables features with some improvements.
Notes
- Please add DataTables js and css, see (DataTables Documentation)[https://datatables.net/]
How to use?
Install via composer
composer require livecms/datatables
Publish config file :
php artisan vendor:publish --provider="LiveCMS\DataTables\DataTablesServiceProvider"
Edit 'datatables.php' config file.
LICENSE
MIT
CONTRIBUTING
Fork this repo and make a pull request
ISSUE AND DISCUSSION
Please create new issue or see the closed issues too.