Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 watch

Also 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``