WidgetsGridGrid APIGrid column propertiesidOn this pageid Required. The id of a columnUsageid: string | number; Exampleconst grid = new dhx.Grid("grid_container", { columns: [ { id: "title", header: [{ text: "Title" }] }, // more columns configuration objects ], // more options});