ui-grid
ui-grid copied to clipboard
gridApi.core.notifyDataChange(uiGridConstants.dataChange.ALL) does not work if footerCellTemplate has changed
As the title says. I had to work around it by changing the name property in columnDefs, but the intended functionality is to update the grid canvas if anything changes in the column def, right?
I think you need to queue a grid refresh to update templates. There should be a method in the API to queue a grid refresh.
I had previously tried this. Basically tried every refresh and redraw function I could, to no avail.
Any luck with this? I'm experiencing the same issue when attempting to redraw a pinned header template