ui-grid icon indicating copy to clipboard operation
ui-grid copied to clipboard

gridApi.core.notifyDataChange(uiGridConstants.dataChange.ALL) does not work if footerCellTemplate has changed

Open coty-crg opened this issue 10 years ago • 3 comments

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?

coty-crg avatar Aug 13 '15 18:08 coty-crg

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.

JLLeitschuh avatar Aug 13 '15 19:08 JLLeitschuh

I had previously tried this. Basically tried every refresh and redraw function I could, to no avail.

coty-crg avatar Aug 13 '15 19:08 coty-crg

Any luck with this? I'm experiencing the same issue when attempting to redraw a pinned header template

Swinky88 avatar Aug 10 '23 15:08 Swinky88