docs(changeset): Search String and Better GoAPI functionality
This commit is contained in:
@@ -90,6 +90,7 @@ export interface GridlerProps extends PropsWithChildren {
|
||||
|
||||
rowHeight?: number;
|
||||
scrollToRowKey?: number;
|
||||
searchStr?: string;
|
||||
sections?: {
|
||||
bottom?: React.ReactNode;
|
||||
left?: React.ReactNode;
|
||||
@@ -106,8 +107,8 @@ export interface GridlerProps extends PropsWithChildren {
|
||||
title?: string;
|
||||
tooltipBarProps?: React.HTMLAttributes<HTMLDivElement>;
|
||||
total_rows?: number;
|
||||
uniqueid: string;
|
||||
|
||||
uniqueid: string;
|
||||
values?: Array<Record<string, any>>;
|
||||
width?: number | string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user