mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-11-27 05:12:31 +08:00
Merge branch 'update-pnpm' of https://github.com/lowdefy/lowdefy into update-pnpm
This commit is contained in:
commit
2af6d6141a
@ -120,7 +120,6 @@ const AgGrid = ({ properties, methods, loading, events }) => {
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
methods.registerMethod('exportDataAsCsv', (args) => gridRef.current.api.exportDataAsCsv(args));
|
||||
methods.registerMethod('exportDataAsCsv', (args) => gridRef.current.api.exportDataAsCsv(args));
|
||||
methods.registerMethod('sizeColumnsToFit', () => gridRef.current.api.sizeColumnsToFit());
|
||||
methods.registerMethod('setFilterModel', (model) => gridRef.current.api.setFilterModel(model));
|
||||
|
Loading…
Reference in New Issue
Block a user