Skip to content

Commit

Permalink
Add missing headerName (#11719)
Browse files Browse the repository at this point in the history
Fixes #11718
  • Loading branch information
farmaazon authored Nov 29, 2024
1 parent 9e143db commit 99a91a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ function toField(
return {
field: name,
headerName: name, // AGGrid would demangle it its own way if not specified.
headerComponentParams: {
template,
setAriaSort: () => {},
Expand Down

0 comments on commit 99a91a1

Please sign in to comment.