Skip to content

Commit c827cc5

Browse files
authored
Merge pull request #46 from skrustev/jsrender
Fix broken images for the jsRender and Row Edit Dialog samples.
2 parents aaa4f61 + 5fd190e commit c827cc5

33 files changed

Lines changed: 19 additions & 19 deletions

HTMLSamples/grid/jsrender-integration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{ headerText: "$$(Northwind_Employees_Phone)", key: "Phone", dataType: "string" },
6565
{
6666
headerText: "$$(Northwind_Employees_Country)", key: "Country", dataType: "string",
67-
template: "<img width='26' height='15' src='../../images/samples/nw/countries/{{>Country}}.gif'></img> <span style='display: table-cell;vertical-align: middle;'>{{>Country}}</span>"
67+
template: "<img width='26' height='15' src='../../../../images/grid/nw/countries/{{>Country}}.gif'></img> <span style='display: table-cell;vertical-align: middle;'>{{>Country}}</span>"
6868
},
6969
{
7070
headerText: "$$(table_lbl_birthDate)", key: "BirthDate", dataType: "date",

data-files-ja/nw-employees.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data-files/nw-employees.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
5.78 KB
Loading
2.27 KB
Loading
1.87 KB
Loading
45.3 KB
Loading
7.5 KB
Loading
2.59 KB
Loading
3.86 KB
Loading

0 commit comments

Comments
 (0)