Skip to content

Commit 3c8688d

Browse files
add js
1 parent 4a21dbb commit 3c8688d

File tree

1 file changed

+0
-1
lines changed
  • apps/demos/Demos/DataGrid/SimpleArray/ReactJs

1 file changed

+0
-1
lines changed

apps/demos/Demos/DataGrid/SimpleArray/ReactJs/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const App = () => (
77
<DataGrid
88
dataSource={customers}
99
keyExpr="ID"
10-
defaultColumns={columns}
1110
showBorders={true}
1211
>
1312
{columns.map((column, index) => (

0 commit comments

Comments
 (0)