setEditable(true/ false) just one table row

I know I can make the
table
editable or not editable using the method -


...
table.setEditable(true/ false);
...

How about a table row? To make an editable or not just one row?

Thanks.

This should help:
http://demo.vaadin.com/book-examples/book/#component.table.editable.spreadsheet

Hi, piotr skoczek

Yes, I forgot about that resource. Thank you!
Although already made work with FieldFactory, see this post –
https://vaadin.com/forum/-/message_boards/view_message/189087