Grid, MultiSelectionMode, Selection Column as rightmost column

Hi Guys,

how can I configure a grid in multi selection mode so that the selection column is the rightmost column.
Thanks in advance

This is not supported out of the box. But one step to that direction could be to use TableSelectionModel of GridExtensionsPack https://github.com/tsuoanttila/GridExtensionPack/blob/v7compat/GridExtensionPack/src/main/java/org/vaadin/teemusa/gridextensions/tableselection/TableSelectionModel.java And try to develop it further, by adding boolean column with check box renderer on the right or something like that.