File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @silevis/reactgrid" ,
33 "description" : " Add spreadsheet-like behavior to your React app." ,
4- "version" : " 4.1.14 " ,
4+ "version" : " 4.1.15 " ,
55 "homepage" : " https://reactgrid.com" ,
66 "license" : " MIT" ,
77 "author" : " Silevis Software" ,
Original file line number Diff line number Diff line change @@ -626,8 +626,8 @@ export interface Row<TCell extends Cell = DefaultCellTypes> {
626626export interface MenuOption {
627627 /** Text that identifies each menu option */
628628 id : string ;
629- /** Text label displayed as its title */
630- label : string ;
629+ /** Label displayed as its title */
630+ label : React . ReactNode ;
631631 /**
632632 * Function that is called when an option is clicked
633633 *
@@ -643,4 +643,4 @@ export interface MenuOption {
643643export interface ReactGridInstance extends React . Component < ReactGridProps , any , any > {
644644 /** This method is used to clear the selected item */
645645 clearSelections ( ) : void ;
646- }
646+ }
You can’t perform that action at this time.
0 commit comments