added arrows to jump parts
This commit is contained in:
@@ -350,6 +350,9 @@ $gridMeta = [
|
||||
<script>
|
||||
window.gridData = <?= json_encode($gridDataArray, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) ?>;
|
||||
window.gridMeta = <?= json_encode($gridMeta, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) ?>;
|
||||
|
||||
// Visible records in the current imported.php page
|
||||
window.visibleIddatadbList = window.gridData.map(row => parseInt(row.iddatadb, 10)).filter(Boolean);
|
||||
</script>
|
||||
|
||||
<!doctype html>
|
||||
|
||||
Reference in New Issue
Block a user