Get grid current columns after changing it's order from GUI

Hello, im using vaadin 24 and i came across a small issue. After changing the order of columns in my application’s gui, the getColumns method from Grid class provides the initial order of the columns. Is it possible to get the current order of the grid columns?

Thank you for help

The ColumnReorderEvent holds the new order of Columns.

1 Like