Skip to content

Commit

Permalink
Merge pull request #2 from lowdefy/develop
Browse files Browse the repository at this point in the history
fix: Remove theme: basic from files.
  • Loading branch information
Gervwyk authored Mar 1, 2021
2 parents e13b179 + 296d70f commit 5407596
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 23 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pages:
- id: my_table
type: AgGridAlpine
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand Down Expand Up @@ -81,7 +80,6 @@ pages:
- id: my_table
type: AgGridAlpine
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand Down Expand Up @@ -130,7 +128,6 @@ pages:
- id: my_table
type: AgGridAlpine
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand Down
4 changes: 0 additions & 4 deletions demo/examples/AgGridAlpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- id: table-basic
type: AgGridAlpine
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand All @@ -25,7 +24,6 @@
- id: table-defaultColDef
type: AgGridAlpine
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand All @@ -48,5 +46,3 @@
field: viewerReviews
width: 160
type: numericColumn


4 changes: 0 additions & 4 deletions demo/examples/AgGridAlpineDark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- id: table-basic
type: AgGridAlpineDark
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand All @@ -25,7 +24,6 @@
- id: table-defaultColDef
type: AgGridAlpineDark
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand All @@ -48,5 +46,3 @@
field: viewerReviews
width: 160
type: numericColumn


4 changes: 0 additions & 4 deletions demo/examples/AgGridBalham.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- id: table-basic
type: AgGridBalham
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand All @@ -25,7 +24,6 @@
- id: table-defaultColDef
type: AgGridBalham
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand All @@ -48,5 +46,3 @@
field: viewerReviews
width: 160
type: numericColumn


4 changes: 0 additions & 4 deletions demo/examples/AgGridBalhamDark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- id: table-basic
type: AgGridBalhamDark
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand All @@ -25,7 +24,6 @@
- id: table-defaultColDef
type: AgGridBalhamDark
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand All @@ -48,5 +46,3 @@
field: viewerReviews
width: 160
type: numericColumn


4 changes: 0 additions & 4 deletions demo/examples/AgGridMaterial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- id: table-basic
type: AgGridMaterial
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand All @@ -25,7 +24,6 @@
- id: table-defaultColDef
type: AgGridMaterial
properties:
theme: basic
rowData:
- title: One
year: 2010
Expand All @@ -48,5 +46,3 @@
field: viewerReviews
width: 160
type: numericColumn


0 comments on commit 5407596

Please sign in to comment.