Our blazing fast Grid component built with pure JavaScript


Post by brucelee »

open https://www.bryntum.com/examples/grid/g ... x.umd.html

Collapse 1st and 3rd Header through the UI

enter following line in the console which will update an existing entry:
grid.store.add({age: 14,city: "New Jearsey",cls: "row_8",color: "Orange",done: false,firstName: "Lisa",food: "Burger",id: 9,name: "Lisa I Anderson",percent: 30,rank: 70,rating: 4,relatedTo: 11,score: 890,surName: "Anderson",team: "Stockholm Tigers", title: "Row 8"})
on Scrolling down and also afterwards Scrolling up the group headers are duplicated and empty group headers appear

update of grid produces duplicate groups and empty group headers.PNG
update of grid produces duplicate groups and empty group headers.PNG (34.48 KiB) Viewed 1063 times
update of grid produces duplicate groups and empty group headers 2.PNG
update of grid produces duplicate groups and empty group headers 2.PNG (20.96 KiB) Viewed 1063 times

tested on IE and bryntum 2.0.2

Post by mats »

Reproduced, ticket opened here: https://app.assembla.com/spaces/bryntum ... ng/details#

Will be fixed soon!

Post Reply