Toggleable Grid Summary Row
new
Help us build what matters most to you. Submit ideas and vote on the features you’d like prioritized.
Introducing native support for dynamically hiding and showing the grid summary row, similar to how the filter bar plugin can be toggled. In many real-world scenarios, developers reuse the same grid component for multiple contexts, for example, displaying a full list with filters and summaries in one view, and then reusing that same grid to show a filtered subset of records based on a user action. While it is currently possible to hide the filter bar and programmatically apply filters, there is no straightforward built-in way to toggle the summary row’s visibility without additional customization. Providing simple methods such as hideSummaryRow() and showSummaryRow() would improve component reusability, reduce duplication, simplify view management, and make grids more flexible for dynamic UI scenarios.
* Your feedback will only be visible to Sencha.



