double columnRowIncreasedHeight(int index) { return (50 + tableData[index].tableRow.first.label.substring(28).length.toDouble()); //if greater than 28 characters }