From 496e7fe8eb00d270e0f9c6ad1d3f7bc1853b4c9f Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Fri, 20 Dec 2024 16:22:23 +0300 Subject: [PATCH] [fix] minor corrections in usage.md --- docs/grid/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/grid/usage.md b/docs/grid/usage.md index dbd9a03f..270b10e3 100644 --- a/docs/grid/usage.md +++ b/docs/grid/usage.md @@ -912,7 +912,7 @@ const grid = new dhx.Grid("grid_container", { columns: [ { width: 150, id: "country", header: [{ text: "Country" }] }, { width: 150, id: "population", header: [{ text: "Population" }] }, - { width: 150, id: "destiny", header: [{ text: "Density (P/Km²)" }] }, + { width: 150, id: "density", header: [{ text: "Density (P/Km²)" }] }, { width: 150, id: "area", header: [{ text: "Land Area (Km²)" }] }, ], group: true, @@ -943,7 +943,7 @@ const grid = new dhx.Grid("grid_container", { header: [{ text: "Population" }], groupable: true, }, - { width: 150, id: "destiny", header: [{ text: "Density (P/Km²)" }] }, + { width: 150, id: "density", header: [{ text: "Density (P/Km²)" }] }, { width: 150, id: "area", header: [{ text: "Land Area (Km²)" }] }, ], group: {