Our blazing fast Grid component built with pure JavaScript


Post by marko »

I have a table which has sorting disabled but you can still group (even though the rows get sorted) and it worked fine until one of the recen upgrades. Now the group icon does not show.


Post by mats »

Looks like a bug yes, we'll get it fixed! https://github.com/bryntum/support/issues/7128


Post by marko »

Thanks


Post by marko »

This still doesn't work after the upgrade to v5.4.1

You can test in https://bryntum.com/products/grid/examples/grouping/ by setting features in the config to this:

features : {
    sort  : false,
    group : true
}

Post by marko »

It work if the grid is grouped on initial load but even then the indicator only shows on that column and not on the others.

To test:

features : {
    sort  : false,
    group : 'food'
}

Post by tasnim »

Hi Marko,

Thank you so much for letting us know. I have reopened the ticket and we will thoroughly investigate the matter.

Kind regards,
Tasnim


Post Reply