mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
#811 fixed columns in mongodb query
This commit is contained in:
parent
64d9b26d79
commit
ad6a22d2a6
@ -72,6 +72,8 @@
|
||||
export let selectedCellsPublished = () => [];
|
||||
export const activator = createActivator('JslDataGridCore', false);
|
||||
|
||||
export let setLoadedRows;
|
||||
|
||||
let loadedRows = [];
|
||||
let domGrid;
|
||||
|
||||
@ -189,6 +191,7 @@
|
||||
|
||||
function handleSetLoadedRows(rows) {
|
||||
loadedRows = rows;
|
||||
setLoadedRows?.(rows);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user