You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
I'd like to use the FixedColumns extension, but that requires changing \Sg\DatatablesBundle\Datatable\Extensions and Resources/views/datatable/extensions.html.twig.
I can create a PR to add this feature, but I feel like this shouldn't be needed. I love OOP, but this seems over engineered. Configuring the OptionsResolver and using Twig to generate JSON is quite overkill, isn't it?
As an example, see 87d122c. It's a very complex, inflexible and over-engineered way of printing a JSON string.
Replacing \Sg\DatatablesBundle\Datatable\Extensions by an array makes more sense. Datatables.net's JS library should be use to handle configuration errors in this case.