File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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: {
You can’t perform that action at this time.
0 commit comments