diff options
Diffstat (limited to 'samples/grid/04_custom_sql.html')
-rw-r--r-- | samples/grid/04_custom_sql.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/grid/04_custom_sql.html b/samples/grid/04_custom_sql.html index c8d2d05..a1f9bf8 100644 --- a/samples/grid/04_custom_sql.html +++ b/samples/grid/04_custom_sql.html @@ -16,7 +16,7 @@ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")
|