klyn.gui.windows.TableModel.canEditCell
method
public canEditCell(row as Int, column as Int) as Boolean:
Description

Reports whether a cell may enter inline edition.

Subclasses can reject generated, identity or otherwise protected columns without changing the generic TableView implementation.

if model.canEditCell(0, 1):
print("editable")