コード例 #1
0
ファイル: setCellRender.ts プロジェクト: jiw0220/jigsaw
 constructor(http: Http) {
     this.tableData = new TableData();
     this.tableData.http = http;
     this.tableData.fromAjax('mock-data/table/data.json');
 }
コード例 #2
0
ファイル: withPopup.ts プロジェクト: jiw0220/jigsaw
 constructor(http: Http,private _popupService: PopupService) {
     this.tableData = new TableData();
     this.tableData.http = http;
     this.tableData.fromAjax('mock-data/table/data.json');
 }