mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
first row fix
This commit is contained in:
@@ -370,7 +370,7 @@
|
||||
resolvedConfig?.selectFirstRowByDefault === true &&
|
||||
selectedRowIndex === -1
|
||||
) {
|
||||
e.api.getRowNode(getIdFromData(value))?.setSelected(true)
|
||||
e.api.getRowNode(getIdFromData(value[0]))?.setSelected(true)
|
||||
}
|
||||
$componentControl[id] = {
|
||||
agGrid: { api: e.api, columnApi: e.columnApi },
|
||||
|
||||
Reference in New Issue
Block a user