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):wink: 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