contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
https://contributte.org/packages/contributte/datagrid/
MIT License
285 stars 189 forks source link

bug in master/v7: per-page autosubmit working only once #1122

Open paveljanda opened 3 months ago

paveljanda commented 3 months ago

Affected version: master/v7

Bug description: after changing the autosubmit select from 10 to 20, the form autosubmits, but when using for the second time, it does not work neither it triggeres any AJAX call.

I uspect the select is not reinitialised after the first redraw of the component.

The functionality was previously (v6) taken care by following jQuery logic: https://github.com/contributte/datagrid/blob/v6.x/assets/datagrid.js#L154

f3l1x commented 2 months ago

Should be fixed https://github.com/contributte/datagrid/commit/92e44349a43827d9e0eeeb0cb822da38602c2a93