Grid addColumn in a specific position, Vaadin 14.1.17

Hi, is there a way to add a column to a Grid in a specific position ?

Thanks

Not directly, but you can use grid.setColumnOrder(); to reorder the columns to your liking.

Olli Tietäväinen:
Not directly, but you can use grid.setColumnOrder(); to reorder the columns to your liking.

Hi,

thanks for your suggestion.