mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
#811 fixed columns in mongodb query
This commit is contained in:
@@ -72,6 +72,8 @@
|
|||||||
export let selectedCellsPublished = () => [];
|
export let selectedCellsPublished = () => [];
|
||||||
export const activator = createActivator('JslDataGridCore', false);
|
export const activator = createActivator('JslDataGridCore', false);
|
||||||
|
|
||||||
|
export let setLoadedRows;
|
||||||
|
|
||||||
let loadedRows = [];
|
let loadedRows = [];
|
||||||
let domGrid;
|
let domGrid;
|
||||||
|
|
||||||
@@ -189,6 +191,7 @@
|
|||||||
|
|
||||||
function handleSetLoadedRows(rows) {
|
function handleSetLoadedRows(rows) {
|
||||||
loadedRows = rows;
|
loadedRows = rows;
|
||||||
|
setLoadedRows?.(rows);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user