Perspective table data update

Those properties are expecting integers so it seems very strange to change them to strings (even empty ones). See if changing them to null instead will work. It will look cleaner.

self.refreshBinding("props.data")
self.props.editingCell.column = None
self.props.editingCell.row = None

Tip: you've posted code as a quotation instead of formatted code. Please see Wiki - how to post code on this forum.