Data Table library with server-side processing and a VueJS component
walterjrp/tables is a Laravel package for data table library with server-side processing and a vuejs component.
It currently has 0 GitHub stars and 2 downloads on Packagist (latest version 3.0.2).
Install it with composer require walterjrp/tables.
Discover more Laravel packages by walterjrp
or browse all Laravel packages to compare alternatives.
Last updated
Data Table package with server-side processing, unlimited exporting and VueJS components. Quickly build any complex table based on a JSON template.
This package can work independently of the Enso ecosystem.
The front end assets that utilize this api are present in the tables package.
For live examples and demos, you may visit laravel-enso.com
click on the photo to view a short demo in compatible browsers
click on the photo to view an export demo in compatible browsers
Comes pre-installed in Enso.
To install outside of Enso:
install the package composer require laravel-enso/tables
if needed, publish and customize the config: php artisan vendor:publish --tag=tables-config
install the api implementation for the front end, tables. Be sure to check out front end docs here.
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
are welcome. Pull requests are great, but issues are good too.
This package is released under the MIT license.