-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cookbook): ag grid cookbook comment code (#2247)
* fix(cookbook): ag grid cookbook comment code * fix(cookbook): ag grid cookbook changeset --------- Co-authored-by: Andrej Nikolic <andrej.nikolic@bouvet.no>
- Loading branch information
1 parent
211be8f
commit 1b11082
Showing
4 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@equinor/fusion-framework-cookbook-app-react-ag-grid': patch | ||
--- | ||
|
||
Add code comment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// Example of column definition | ||
export const defaultColDef = { | ||
resizable: true, | ||
filter: true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// Example of side bar definition | ||
export const sideBar = { | ||
toolPanels: [ | ||
{ | ||
|