Is there a way to freeze the selection column in a multi select grid?

I know that you can do column.setFrozen(true) on any column but is it possible to also do that on the selection column in a multi select grid?

Hi, check this example How do I freeze a grid's selection (checkbox) column - Vaadin Cookbook

3 Likes

Perfect. I must’ve missed that example. Thank you.