awema-pl / module-table-builder
A component that allows creating responsive HTML tables or lists from data object
Installs: 64
Dependents: 14
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- illuminate/support: ~5|~6|~7|~8|~9
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 awema-pl/module-table-builder
The package will automatically register itself.
You can publish the config file with:
php artisan vendor:publish --provider="AwemaPL\TableBuilder\Providers\TableBuilderServiceProvider" --tag="config"