Aziz403 / ux-datatable

Symfony UX Datatables.net is a Symfony bundle integrating the Datatables.net library in Symfony applications
MIT License
16 stars 3 forks source link
datatables-net symfony symfony-bundle symfony-ux

UX Datatables.net

Symfony UX Datatables.net is a Symfony bundle integrating the Datatables.net library in Symfony applications.

Datatable Example

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 watch

Also make sure you have at least version 3.0 of @symfony/stimulus-bridge in your package.json file.

Documentation

Read UxDatatable Docs on docs/index.md