You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@swalters, @c0bra: it looks to me like the change of the columnDefs (with columns of the same name) is resulting in all the columns getting new UIDs. The header and the body are changing to use the style with the new UID, the footer is still referring to the old styles.
I recall that both of you did some work in this area, @c0bra I think you most recently.
Updated plunker here: http://plnkr.co/edit/VH8fXDZEheLrUx85V5i4?p=preview (I tweaked the css so the header wasn't broken for me, and I changed it to push the new columns rather than replacing the columnDefs).
I believe this is because when you blow away your column defs the columns are changing their UIDs, which means the CSS class names change. The header was fixed in the last couple months to update their CSS class with a column defs change, but maybe the footer has not been fixed similarly.
When I first time load data,the column footer showed correctly.
After that I loaded data from server,the column footer became narrow.
It might be css style problem?
plunker here:http://plnkr.co/edit/IpGd7R
The text was updated successfully, but these errors were encountered: