mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
fixed switch to form and back to table rows missing #343
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
// $: grider = griderFactory(griderProps);
|
// $: grider = griderFactory(griderProps);
|
||||||
|
|
||||||
function handleLoadNextData() {
|
function handleLoadNextData() {
|
||||||
if (!isLoadedAll && !errorMessage && !grider.disableLoadNextPage) {
|
if (!isLoadedAll && !errorMessage && (!grider.disableLoadNextPage || loadedRows.length == 0)) {
|
||||||
if (dataPageAvailable($$props)) {
|
if (dataPageAvailable($$props)) {
|
||||||
// If not, callbacks to load missing metadata are dispatched
|
// If not, callbacks to load missing metadata are dispatched
|
||||||
loadNextData();
|
loadNextData();
|
||||||
|
|||||||
Reference in New Issue
Block a user