Skip to content

Commit c1f3ce8

Browse files
committed
[REVERT ME] Test isExpandable bug/fix
1 parent 75d8911 commit c1f3ce8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src-docs/src/views/datagrid/ref.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,14 @@ export default () => {
7272
{
7373
id: 'name',
7474
displayAsText: 'Name',
75-
cellActions: [openModalAction],
75+
isExpandable: false,
7676
},
7777
{
7878
id: 'email',
7979
displayAsText: 'Email address',
8080
initialWidth: 130,
8181
cellActions: [openModalAction],
82+
isExpandable: false,
8283
},
8384
{
8485
id: 'location',

0 commit comments

Comments
 (0)