HelloSebastian / hello-bootstrap-table-bundle

Symfony Bundle to create HTML tables with bootstrap-table for Doctrine Entities.
MIT License
10 stars 4 forks source link

fix filter control and search #28

Closed HelloSebastian closed 2 years ago

HelloSebastian commented 2 years ago

If filter control and and the global search are active, the value of the global search "search" is set when entering a column filtering.

This was already fixed in bootstrap-table in 2019, but the extension "cookie" sets the value again. Therefore, the extension cookie is deactivated for now. Compare https://github.com/wenzhixin/bootstrap-table/issues/3966