khill / datatableplus
DataTablePlus is an add-on package for Lavacharts which extends the functionality of DataTables.
Installs: 54 648
Dependents: 0
Suggesters: 1
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
- ext-mbstring: *
- league/csv: ~7.1
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.5
- sami/sami: ~3.0
- satooshi/php-coveralls: ~0.6
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2024-10-29 04:19:36 UTC
README
DataTablePlus is an extension for working with datatables in Lavacharts
Package Features
- Converting CSV files to DataTables
- Converting DataTables to CSV
- Parsing Eloquent Collections to DataTables
This is still a very alpha package, but it works.
Installing
In your project's main composer.json
file, add these lines to the requirements:
"khill/lavacharts": "dev-3.0"
"khill/datatableplus": "dev-master"
Note: This package extends DataTables in Lavacharts. Without Lavacharts, this package does nothing useful.
Run Composer to install Lavacharts:
composer update
Use the Lava#DataTable() method as usual, but you will get the extended version with extra features automatically.