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
mvorisek
changed the title
Lister with JS paginator should still complete the initialization when scrolled
Lister with JS paginator should still complete the initialization when scrolled (init/setOrder should not matter if called first or last)
Nov 2, 2022
code to reproduce:
the problem is
addJsPaginatorInContainer
terminates [1] the rendering andonRowClick
is completely ignored when called from dynamic scroll AJAXthis problem poped out with #1932 fix where we unregister all events from original/non-AJAX load
[1] https://github.com/atk4/ui/blob/3.1.0/src/Lister.php#L122
The text was updated successfully, but these errors were encountered: