Feat: Add tooltips on new column menu (#1893)
* implemented tooltip for view fields * console.log
This commit is contained in:
@@ -11,4 +11,5 @@ export type FieldDefinition<T extends FieldMetadata> = {
|
||||
metadata: T;
|
||||
buttonIcon?: IconComponent;
|
||||
basePathToShowPage?: string;
|
||||
infoTooltipContent?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user