mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
fix: allow extraConfig for agGrid to set onGridReady
This commit is contained in:
@@ -171,9 +171,11 @@
|
||||
}
|
||||
}
|
||||
api = e.api
|
||||
resolvedConfig?.extraConfig?.['onGridReady']?.(e)
|
||||
},
|
||||
onSelectionChanged: (e) => {
|
||||
onSelectionChanged(e.api)
|
||||
resolvedConfig?.extraConfig?.['onSelectionChanged']?.(e)
|
||||
},
|
||||
getRowId: (data) => data.data['__index']
|
||||
},
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
const { LicenseManager } = await import('ag-grid-enterprise')
|
||||
|
||||
let details = LicenseManager.getLicenseDetails(key)
|
||||
console.log(details)
|
||||
valid = details.valid
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
|
||||
Reference in New Issue
Block a user