Skip to content

Commit 858ffcf

Browse files
committed
let's use $$(Name)
1 parent 7e2fbe7 commit 858ffcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HTMLSamples/grid/export-client-events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
$("#grid").igGrid({
6868
autoGenerateColumns: false,
6969
columns: [
70-
{ headerText: "$$(json_productName)", key: "Name", dataType: "string", width: "250px" },
70+
{ headerText: "$$(Name)", key: "Name", dataType: "string", width: "250px" },
7171
{ headerText: "$$(ProductNumber)", key: "ProductNumber", dataType: "number", width: "200px" },
7272
{ headerText: "$$(InStock)", key: "InStock", dataType: "bool", width: "150px" },
7373
{ headerText: "$$(Quantity)", key: "Quantity", dataType: "number", width: "150px" },

0 commit comments

Comments
 (0)