Dynamic tables with pagination and sorting for data visualization.
Development mode npm run watch
or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build
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"