Grid(eGridDiv, gridOptions); agGrid.simpleHttpRequest({url: '/my/data'}) .then(data => { gridOptions.api.setRowData(data); });. This works as expected, ...
確定! 回上一頁