docs(changeset): Added selectFirstRowOnMount and fixed selection of first row
This commit is contained in:
@@ -108,6 +108,7 @@ export const GridlerGoAPIExampleEventlog = () => {
|
||||
}}
|
||||
sections={{ ...sections, rightElementDisabled: false }}
|
||||
selectedRow={selectRow ? parseInt(selectRow, 10) : undefined}
|
||||
selectFirstRowOnMount={true}
|
||||
selectMode="row"
|
||||
title="Go API Example"
|
||||
uniqueid="gridtest"
|
||||
|
||||
Reference in New Issue
Block a user