Our blazing fast Grid component built with pure JavaScript


Post by dave@mogolabs.com »

AngularJS + Bryntum Grid 4.7

See the image below. I grouped 4 rows into two, store data has four rows as you see, but the storage.values got 8 rows including undefined rows. When I export it, you probably get the values from store.storage.values , which then I get 8 rows from the exportCSV! including empty rows. I thought you have have fixed it already but it's not been fixed on V.4.7.

Another problem, you know when you update something by store.add(row), you can't update it if you collapsed the table after grouping them. I have to manually expand the table, then add to the store and manually collapse it. This is really inconvenient.

Can you reproduce the error and have a look at this and fix it asap please?

https://imgur.com/a/AZETYTl


Post by mats »

See the image below. I grouped 4 rows into two, store data has four rows as you see, but the storage.values got 8 rows including undefined rows. When I export it, you probably get the values from store.storage.values , which then I get 8 rows from the exportCSV! including empty rows. I thought you have have fixed it already but it's not been fixed on V.4.7.

I tried here, first grouping then exporting: https://bryntum.com/examples/grid/exporttoexcel

Works fine. Could you please let us know how to reproduce it?

Another problem, you know when you update something by store.add(row), you can't update it if you collapsed the table after grouping them. I have to manually expand the table, then add to the store and manually collapse it. This is really inconvenient.

Also could not reproduce this, can you please open a new thread and include steps to reproduce in one of our samples?


Post Reply