I create a DataGrid and add columns which are editable by default.
Based on dataGrid :: Jmix Documentation, there is the attribute editable, which should be set to false.
But setEditable is not defined; what do I have to do ?
DataGridColumn<E> column = dataGrid.addColumn(metaPropertyPath);
column.setEditable(false);
Best regards
Felix