Our blazing fast Grid component built with pure JavaScript


Post by gregc »

If I open the demo grid
https://www.bryntum.com/examples/grid/paged/

and add to to the features just

group: 'firstName',
groupSummary : {
            collapseToHeader : true
        }

it adds an icon to the column, sorts by first name but it doesn't provide a collapsible header like in https://www.bryntum.com/examples/grid/groupsummary/

What am I missing to make it work?

Last edited by gregc on Mon Jan 18, 2021 1:15 pm, edited 1 time in total.

Post by alex.l »

Hi gregc,

Grouping doesn't work together with pagination, because it is not predictable how to group if you split your data by pages. I will update our docs to mention this. Thank you for your report!

All the best,
Alex

All the best,
Alex


Post Reply