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.
How to make Spreadsheet tab read only
Hi ,
In vaadin spreadsheet the tab which displays name of the sheet is editable. This means I can edit the sheet name. How can I make this tab readonly so that user won't be able to change the sheet name? Please refer the pic
I don't think that's a feature in Spreadsheet at the moment. Please create an issue in dev.vaadin.com
Will create an issue. But is there any callbacks available when user changes the sheet name? So that I can use this call back to reset to original name?.
I don't think there's anything like that at the moment, there's a call to serverside that ends up calling Spreadsheet.setSheetNameWithPOIIndex but no API to modify that behavior.