Skip to content

Commit

Permalink
Fix MultiColumn not working due to naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
Larocceau committed Aug 16, 2024
1 parent 7b9ee80 commit dc48b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AgGrid.fs
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ type AgGrid<'row> =
| Text
| Date
| Set
| MultiColumn
| Multi

member this.FilterText = sprintf "ag%OColumnFilter" this

Expand Down Expand Up @@ -760,4 +760,4 @@ type AgGrid<'row> =
| BuiltIn builtInItemName -> box builtInItemName
| Custom customMenuItem -> box customMenuItem
|]
)
)

0 comments on commit dc48b67

Please sign in to comment.