Skip to content

Commit 506691c

Browse files
committed
ci fix: remove defaultColumns from reactjs
1 parent accf5b1 commit 506691c

File tree

14 files changed

+0
-14
lines changed

14 files changed

+0
-14
lines changed

apps/demos/Demos/CardView/CardTemplate/ReactJs/App.js

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

apps/demos/Demos/CardView/ColumnChooser/ReactJs/App.js

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

apps/demos/Demos/CardView/ColumnHeaderFilter/ReactJs/App.js

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

apps/demos/Demos/CardView/ColumnsReordering/ReactJs/App.js

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

apps/demos/Demos/CardView/DataValidation/ReactJs/App.js

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

apps/demos/Demos/CardView/FieldTemplate/ReactJs/App.js

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

apps/demos/Demos/CardView/FilterPanel/ReactJs/App.js

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

apps/demos/Demos/CardView/PopupEditing/ReactJs/App.js

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

apps/demos/Demos/CardView/SearchPanel/ReactJs/App.js

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

apps/demos/Demos/CardView/Selection/ReactJs/App.js

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

0 commit comments

Comments
 (0)