https://github.com/awes-io/table-builder
🐿️Dynamic tables with pagination and sorting for data visualisation.
https://github.com/awes-io/table-builder
awes-io table table-builder vue vuejs
Last synced: 3 months ago
JSON representation
🐿️Dynamic tables with pagination and sorting for data visualisation.
- Host: GitHub
- URL: https://github.com/awes-io/table-builder
- Owner: awes-io
- License: mit
- Created: 2019-04-28T11:52:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T16:06:49.000Z (over 5 years ago)
- Last Synced: 2024-06-19T00:34:13.701Z (11 months ago)
- Topics: awes-io, table, table-builder, vue, vuejs
- Language: JavaScript
- Homepage: https://www.awes.io
- Size: 328 KB
- Stars: 46
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Table Builder
Dynamic tables with pagination and sorting for data visualization.
##
![]()
## Documentation
[Documentation](https://www.awes.io/documentation/components/table-builder)
## 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
``` bash
$ composer require awes-io/table-builder
```The package will automatically register itself.
You can publish the config file with:
```bash
php artisan vendor:publish --provider="AwesIO\TableBuilder\Providers\TableBuilderServiceProvider" --tag="config"
```## Support Us
## License
[MIT](http://opensource.org/licenses/MIT)