DatatablesBundle icon indicating copy to clipboard operation
DatatablesBundle copied to clipboard

This Bundle integrates the jQuery DataTables plugin into your Symfony application.

Results 65 DatatablesBundle issues
Sort by recently updated
recently updated
newest added

Hi, setting "initial_search" for a column filter doesn't work if "state_save" is set to "true", filter inputs remain empty. Setting "state_save" to "false" fixes this, but then of course all...

Hi, even though "mapped" is listed in the documentation as a valid option (https://github.com/stwe/DatatablesBundle/blob/master/Resources/doc/columns.md#1-column), using it will throw an exception "The option "mapped" does not exist.". I'm using v1.2.1 and...

Starting with Symfony 4.2, Controller is deprecated, recommending AbstractController to be used. However, by using AbstractController the 'old' way of getting the factory service no longer works. Old: `$datatable =...

Symfony 4

-- corrected branch original PR #629 --- Hi, i suggest to change the default html escaping of the buttons text in the twig template, so that it's possible to use...

I've started this pull request as the datatime was rendered incorrectly (moment javascript was displayed when exporting a datatime field rather than the actual information). This may have been fixable...

This is a low priority old bug that I was trying to track down when having a little bit of time where a second search is triggered after filtering one...

Implemented the FixedHeader extension which has the ability to shows table's header and / or footer fixed to the top or bottom of the scrolling window.

I'm lacking the way how to translate title and value of specific column more automatically. Is there any way how to achieve this? Currently the value part I'm doing via...

Hello, This PR adds some aliases so Symfony4 autowiring works out of the box. Still it keep old service names, so there's no BC break. It fixes #857 Example of...

Tab key is usually used to jump between inputs and it should not be triggering the keyup search event as it will not change the search result.