Any update on when column reordering will be available for vaadin-grid elem

or is there a way to do it programatically?

thanks

Hi, thanks for asking. It’s high on the list of features that we want to add, but there’s no concrete timeslot reserved when we would introduce it.

I guess it’s possible to hack some rough support for that on top of vaadin-grid, by attaching custom event listeners for the column headers and then reordering the columns array accordingly. But I think it might get tricky quite fast.