ux-datatable icon indicating copy to clipboard operation
ux-datatable copied to clipboard

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

Results 4 ux-datatable issues
Sort by recently updated
recently updated
newest added

error on here, ` The service "datatable.twig_extension" has a dependency on a non-existent service "webpack_encore.twig_stimulus_extension". Did you mean this: "webpack_encore.twig_entry_files_extension"?`

I follow this [datatable example](https://github.com/Aziz403/ux-datatable/blob/1.x/docs/datatables_from_entity.md) in the view I've `{{ render_datatable(datatable) }}` it return me this error : `Symfony\Bridge\Twig\Extension\HttpKernelRuntime::renderFragmentStrategy(): Argument #2 ($uri) must be of type Symfony\Component\HttpKernel\Controller\ControllerReference|string, Aziz403\UX\Datatable\Model\EntityDatatable given` any...

### Future Improvements - [x] Write Testes - [x] Write Documents - [x] Add function `createFromArray(array headers,array rows)` to `DatatableBuilder` - [ ] Add maker command `make:datatable` - [ ]...

It's possible to remove WebpackEncore dependency?