docs(changeset): Added searchfields

This commit is contained in:
Hein
2025-10-30 10:47:19 +02:00
parent 5fc02f9671
commit 864188c599
3 changed files with 13 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ export interface GridlerProps extends PropsWithChildren {
rowHeight?: number;
scrollToRowKey?: number;
searchFields?: Array<string>;
searchStr?: string;
sections?: {
bottom?: React.ReactNode;