Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin spreadsheet doesn't render component in freeze pane.
I need to add component(checkbox) in spreadsheet with freeze pane but it doesn't render.
I have implemented SpreadsheetComponentFactory and override
getCustomComponentForCell(Cell cell, int rowIndex, int columnIndex, Spreadsheet spreadsheet, Sheet sheet) method.
Without freezing, spreadsheet render component(checkbox) properly but when I freeze pane (spreadsheet.createFreezePane(1, 2);) at that time checkbox doesn't render.
Can anyone be needful ?
Hi Maulik,
I didn't have time to verify it myself but it sound like a bug, could you report it in https://dev.vaadin.com/ ? An minimal example of how the SpreadsheetComponentFactory is implemented is helpful in the ticket.
Regards