We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a21dbb commit 3c8688dCopy full SHA for 3c8688d
apps/demos/Demos/DataGrid/SimpleArray/ReactJs/App.js
@@ -7,7 +7,6 @@ const App = () => (
7
<DataGrid
8
dataSource={customers}
9
keyExpr="ID"
10
- defaultColumns={columns}
11
showBorders={true}
12
>
13
{columns.map((column, index) => (
0 commit comments