awes-io / table-builder
A component that allows creating responsive HTML tables or lists from data object
Package info
github.com/awes-io/table-builder
Language:JavaScript
pkg:composer/awes-io/table-builder
v1.4.0
2019-10-10 16:05 UTC
Requires
- illuminate/support: ~5|~6
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2026-03-11 05:38:36 UTC
README
Table Builder
Dynamic tables with pagination and sorting for data visualization.
Documentation
NPM scripts
Development mode npm run watch or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build
Installation
Via Composer
$ composer require awes-io/table-builder
The package will automatically register itself.
You can publish the config file with:
php artisan vendor:publish --provider="AwesIO\TableBuilder\Providers\TableBuilderServiceProvider" --tag="config"