table-builder
table-builder copied to clipboard
🐿️Dynamic tables with pagination and sorting for data visualisation.
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"