Closed saranforever closed 5 years ago
In filter table when a Integer column is filtered, the filter affects only the body of the table and not the footer.
FilteringTable is not aware of the table footer. The developer should catch the filtering either in container of in FilterGenerator implementation and update values to the footer.
In filter table when a Integer column is filtered, the filter affects only the body of the table and not the footer.