docs(changeset): Added selectFirstRowOnMount and fixed selection of first row

This commit is contained in:
Hein
2025-10-23 16:31:45 +02:00
parent 1f5999b2d1
commit 5d8388c2db
5 changed files with 86 additions and 10 deletions

View File

@@ -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"