[apps/shared] ValuesController: reload memoized cell when abscissa is

edited
This commit is contained in:
Émilie Feral
2019-10-03 16:49:57 +02:00
committed by LeaNumworks
parent 60ad096956
commit f995fb0fc2
4 changed files with 20 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ bool EditableCellTableViewController::textFieldDidFinishEditing(TextField * text
} else {
selectableTableView()->handleEvent(event);
}
didChangeRow(previousRow);
if (previousNumberOfElementsInColumn != numberOfElementsInColumn(column)) {
// Reload the whole table, if a value was appended.
selectableTableView()->reloadData();