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
8b7b9c23839f2f80d21170a127c5ea1f05173ef2 Fix: -content searchList, when Ajax loading data for the table, and with the ajaxOnly option disabled, would only read the first page of data for the options.
This was due to the `*` selector, which, while a wildcard, means the
element needs to exist, and with deferRender enabled by default, only
the `tr`/`td` elements for the first page do exist.
Sync to source repo @8b7b9c23839f2f80d21170a127c5ea1f05173ef2
0 commit comments