Skip to content

Commit 5502d1b

Browse files
Adding changes from build igniteui-xplat-examples-output+PRs_2024.9.5.3 (#838)
1 parent 3e8ff45 commit 5502d1b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

samples/grids/grid/column-moving-styles/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,15 @@
7171
field="ChangePercent"
7272
header="Change Percent"
7373
data-type="number"
74+
min-width="150px"
7475
name="column8"
7576
id="column8">
7677
</igc-column>
7778
<igc-column
7879
field="YearlyChange"
7980
header="Yearly Change"
8081
data-type="number"
82+
min-width="150px"
8183
name="column9"
8284
id="column9">
8385
</igc-column>

samples/grids/hierarchical-grid/excel-style-filtering-style/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* shared styles are loaded from: */
22
/* https://static.infragistics.com/xplatform/css/samples */
33

4-
#hierarchicalGrid1 {
4+
#grid {
55
--ig-grid-filtering-row-background: #ffcd0f;
66
--ig-button-background: #FFCD0F;
77
--ig-button-foreground: #292826;

samples/grids/hierarchical-grid/multi-column-headers-overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
name="hierarchicalGrid"
4646
id="hierarchicalGrid"
4747
id="hierarchicalGrid"
48-
primary-key="ID"
48+
primary-key="CustomerID"
4949
moving="true"
5050
allow-filtering="true">
5151
<igc-column

0 commit comments

Comments
 (0)