Skip to content

Commit

Permalink
[Docs] Fix typo in EuiDataGrid example (#4356)
Browse files Browse the repository at this point in the history
  • Loading branch information
limpid-kzonix authored Dec 7, 2020
1 parent 1748f90 commit 5aece6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/datagrid/datagrid_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const gridSnippet = `
columns={[
{ id: 'A', initialWidth: 150, isResizable: false, actions: false },
{ id: 'B', isExpandable: false, actions: { showMoveLeft: false, showMoveRight: false } },
{ id: 'C', schema: 'franchise', cellActions: [{ label: 'test', iconType: 'heart', callback: ()=> alert('test) }]}
{ id: 'C', schema: 'franchise', cellActions: [{ label: 'test', iconType: 'heart', callback: ()=> alert('test') }]}
]}
// Optional. This allows you to initially hide columns. Users can still turn them on.
columnVisibility={{
Expand Down

0 comments on commit 5aece6a

Please sign in to comment.