Skip to content

Commit

Permalink
rename GroupCellRendererParams to cellRendererParams
Browse files Browse the repository at this point in the history
  • Loading branch information
Larocceau committed Dec 4, 2024
1 parent dd75d59 commit 047da18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/AgGrid.fs
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,8 @@ type AgGrid<'row> =
static member inline rowGroup(v: bool) = columnDefProp<'row, 'value> ("rowGroup" ==> v)

static member inline suppressAggFuncInHeader(v:bool) = columnDefProp<'row, 'value> ("suppressAggFuncInHeader" ==> v)
static member inline GroupCellRendererParams(v: IGroupCellRendererParams<'row, 'value>) =

static member inline cellRendererParams(v: IGroupCellRendererParams<'row, 'value>) =
columnDefProp<'row, 'value> ("cellRendererParams" ==> v)

[<Erase>]
Expand Down Expand Up @@ -811,4 +812,4 @@ type AgGrid<'row> =
| BuiltIn builtInItemName -> box builtInItemName.BuiltInMenuItemText
| Custom customMenuItem -> box customMenuItem
|]
)
)

0 comments on commit 047da18

Please sign in to comment.