mrofi / livecms-datatables
Live CMS Datatables
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mrofi/livecms-datatables
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: 2025-10-07 20:18:48 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.