Skip to content

Commit 496e7fe

Browse files
committed
[fix] minor corrections in usage.md
1 parent 2f5e1cf commit 496e7fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/grid/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ const grid = new dhx.Grid("grid_container", {
912912
columns: [
913913
{ width: 150, id: "country", header: [{ text: "Country" }] },
914914
{ width: 150, id: "population", header: [{ text: "Population" }] },
915-
{ width: 150, id: "destiny", header: [{ text: "Density (P/Km²)" }] },
915+
{ width: 150, id: "density", header: [{ text: "Density (P/Km²)" }] },
916916
{ width: 150, id: "area", header: [{ text: "Land Area (Km²)" }] },
917917
],
918918
group: true,
@@ -943,7 +943,7 @@ const grid = new dhx.Grid("grid_container", {
943943
header: [{ text: "Population" }],
944944
groupable: true,
945945
},
946-
{ width: 150, id: "destiny", header: [{ text: "Density (P/Km²)" }] },
946+
{ width: 150, id: "density", header: [{ text: "Density (P/Km²)" }] },
947947
{ width: 150, id: "area", header: [{ text: "Land Area (Km²)" }] },
948948
],
949949
group: {

0 commit comments

Comments
 (0)