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
{{ message }}
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
When you visit Federal Production or Federal Revenue and change the filters, the "total" row never changes:
I think what needs to happen is what I fixed in GDP by calling header.append('tr').call(createRegionRow) rather than just header.call(createRegionRow), the latter of which just adds <td> elements as descendants of the <thead> so they're not selected the next time around.
The text was updated successfully, but these errors were encountered:
When you visit Federal Production or Federal Revenue and change the filters, the "total" row never changes:
I think what needs to happen is what I fixed in GDP by calling
header.append('tr').call(createRegionRow)
rather than justheader.call(createRegionRow)
, the latter of which just adds<td>
elements as descendants of the<thead>
so they're not selected the next time around.The text was updated successfully, but these errors were encountered: