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