Skip to content

enhance documentation code samples for exporter#10

Merged
damyanpetev merged 5 commits intoIgniteUI:masterfrom
hanastasov:master
Mar 8, 2017
Merged

enhance documentation code samples for exporter#10
damyanpetev merged 5 commits intoIgniteUI:masterfrom
hanastasov:master

Conversation

@hanastasov
Copy link
Copy Markdown
Contributor

No description provided.

{ headerText: "$$(InStock)", key: "InStock", dataType: "bool", width: "150px" },
{ headerText: "$$(Quantity)", key: "Quantity", dataType: "number", width: "150px" },
{ headerText: "$$(Vendorwebsite)", key: "VendorWebsite", width: "220px", template: '<a href="${VendorWebsite}">${VendorWebsite}</a>' }
{ headerText: "Product Name", key: "Name", dataType: "string", width: "250px" },
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should still reuse the existing( $$(Name) and so on) localization strings

{ headerText: "In Stock", key: "InStock", dataType: "bool", width: "150px" },
{ headerText: "Quantity", key: "Quantity", dataType: "number", width: "150px" },
{ headerText: "Vendor website", key: "VendorWebsite", width: "220px", template: '<a href="${VendorWebsite}">${VendorWebsite}</a>' },
{ headerText: "Delivery Date", key: "DeliveryDate", dataType: "date", width: "200px" },
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this one should be added as new string if it's not available already

@damyanpetev damyanpetev merged commit a46800b into IgniteUI:master Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants