Package Data | |
---|---|
Maintainer Username: | aocneanu |
Maintainer Contact: | aocneanu@gmail.com (Adrian Ocneanu) |
Package Create Date: | 2017-11-22 |
Package Last Update: | 2024-12-13 |
Home Page: | https://www.laravel-enso.com/examples/table |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-15 15:24:03 |
Package Statistics | |
---|---|
Total Downloads: | 48,934 |
Monthly Downloads: | 530 |
Daily Downloads: | 1 |
Total Stars: | 632 |
Total Watchers: | 22 |
Total Forks: | 77 |
Total Open Issues: | 6 |
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.