We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d8911 commit c1f3ce8Copy full SHA for c1f3ce8
1 file changed
src-docs/src/views/datagrid/ref.tsx
@@ -72,13 +72,14 @@ export default () => {
72
{
73
id: 'name',
74
displayAsText: 'Name',
75
- cellActions: [openModalAction],
+ isExpandable: false,
76
},
77
78
id: 'email',
79
displayAsText: 'Email address',
80
initialWidth: 130,
81
cellActions: [openModalAction],
82
83
84
85
id: 'location',
0 commit comments