Our blazing fast Grid component built with pure JavaScript


Post by nate »

Hi, when I add or remove a column in the Grid, I'd like a collapse/expand animation. It looks like it might be difficult considering the width is hardcoded on the column. Is there any way to do this?


Post by saki »

This can get quite difficult because the grid is organized on rows and we do not have a column-enclosing element that could be easily animated with CSS. What I can think of would be to programmatically decrease/increase the column width based on a timing function to achieve the animation effect.

I have created a feature request here: https://github.com/bryntum/support/issues/904


Post Reply