A component that allows creating responsive HTML tables or lists from data object
awes-io/table-builder is a Laravel package for a component that allows creating responsive html tables or lists from data object.
It currently has 46 GitHub stars and 26.139 downloads on Packagist (latest version v1.4.0).
Install it with composer require awes-io/table-builder.
Discover more Laravel packages by awes-io
or browse all Laravel packages to compare alternatives.
Last updated
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"