Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m4theushw committed May 6, 2021
1 parent d59ef06 commit 762789f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/components/data-grid/events/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@
},
{
"name": "columnResizeStart",
"description": "Fired when the user starts resizing a column. Called with a object <code>{ field: string }</code>."
"description": "Fired when the user starts resizing a column. Called with an object <code>{ field: string }</code>."
},
{
"name": "columnResizeStop",
"description": "Fired when the user starts resizing a column. Called with a object <code>{ field: string }</code>."
"description": "Fired when the user starts resizing a column. Called with an object <code>{ field: string }</code>."
},
{ "name": "columnOrderChange", "description": "Fired when the user ends resizing a column." },
{ "name": "rowsUpdated", "description": "Fired when the rows are updated." },
Expand Down

0 comments on commit 762789f

Please sign in to comment.