Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Aziz403/ux-datatable
Symfony UX Datatables.net is a Symfony bundle integrating the Datatables.net library in Symfony applications
https://github.com/Aziz403/ux-datatable
datatables-net symfony symfony-bundle symfony-ux
Last synced: 2 months ago
JSON representation
Symfony UX Datatables.net is a Symfony bundle integrating the Datatables.net library in Symfony applications
- Host: GitHub
- URL: https://github.com/Aziz403/ux-datatable
- Owner: Aziz403
- License: mit
- Created: 2022-12-05T13:16:20.000Z (about 2 years ago)
- Default Branch: 1.x
- Last Pushed: 2023-03-31T15:31:36.000Z (almost 2 years ago)
- Last Synced: 2024-07-07T04:21:51.538Z (6 months ago)
- Topics: datatables-net, symfony, symfony-bundle, symfony-ux
- Language: PHP
- Homepage:
- Size: 396 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-morocco - ux-datatable - datatable.svg?style=social)](https://github.com/Aziz403/ux-datatable/stargazers) A Datatable.net integration for Symfony. by [@Aziz403](https://github.com/Aziz403) (Uncategorized / Uncategorized)
README
UX Datatables.net
===================Symfony UX Datatables.net is a Symfony bundle integrating the
`Datatables.net` library in Symfony applications.![Datatable Example](/docs/images/datatable-example.png?raw=true)
Installation
------------Before you start, make sure you have `Symfony UX configured in your app`.
Then, install this bundle using Composer and Symfony Flex:
$ composer require aziz403/ux-datatable
# Don't forget to install the JavaScript dependencies as well and compile
$ npm install --force
$ npm run watch# or use yarn
$ yarn install --force
$ yarn watchAlso make sure you have at least version 3.0 of `@symfony/stimulus-bridge`
in your ``package.json`` file.Documentation
-----
Read [UxDatatable Docs](/docs/index.md) on ``docs/index.md``