docs(changeset): Fixed search and allow row selection for only rows with keys

This commit is contained in:
Hein
2025-10-30 10:42:07 +02:00
parent 0943ffc483
commit b4058f1ef3
5 changed files with 42 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ export {GlidlerAPIAdaptorForGoLangv2 } from './components/adaptors/GlidlerAPIAda
export {GlidlerFormAdaptor } from './components/adaptors/GlidlerFormAdaptor'
export {GlidlerLocalDataAdaptor } from './components/adaptors/GlidlerLocalDataAdaptor'
export * from './components/Column'
export {type GridlerProps,type GridlerState, useGridlerStore } from './components/GridlerStore'
export {type GridlerProps,type GridlerRef,type GridlerState, useGridlerStore } from './components/GridlerStore'
export { GridlerRightMenuIcon } from './components/RightMenuIcon'
export {Gridler} from './Gridler'
export * from './utils'