Adapted to gitea

This commit is contained in:
2026-04-05 23:12:05 +02:00
parent e2abdc6bbe
commit b76eb76c53
37 changed files with 42000 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ import {
StatusBarModule,
ExcelExportModule,
ClipboardModule,
} from "ag-grid-enterprise";
} from "../ag-grid";
ModuleRegistry.registerModules([
ValidationModule,
@@ -168,5 +168,4 @@ export const Grid = (props, lang) => {
});
};
// const gridApi = { current: null };
export { createGrid, themeQuartz, iconSetQuartzLight, ModuleRegistry };