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 has been archived by the owner on Feb 4, 2023. It is now read-only.
There seems to be an issue with using column filtering right after the column itself is appended using Column Visibility.
Steps to reproduce
What happens?
Nothing :(
As if no listener was applied. After page reload, the input works as should.
Looking into it, the problem occurs due to usage of static binding in this file, lines 40 & 42: https://github.com/stwe/DatatablesBundle/blob/master/Resources/views/datatable/search.js.twig
The solution I found, was using dynamic bindings on the listeners:
The text was updated successfully, but these errors were encountered: