diff --git a/lib/ui/app/tables/app_paginated_data_table.dart b/lib/ui/app/tables/app_paginated_data_table.dart index 0ff52bb3c..8a4871ff1 100644 --- a/lib/ui/app/tables/app_paginated_data_table.dart +++ b/lib/ui/app/tables/app_paginated_data_table.dart @@ -280,15 +280,6 @@ class AppPaginatedDataTableState extends State { widget.onPageChanged(_firstRowIndex); } - DataRow _getBlankRowFor(int index) { - return DataRow.byIndex( - index: index, - cells: widget.columns - .map((DataColumn column) => DataCell.empty) - .toList(), - ); - } - DataRow _getProgressIndicatorRowFor(int index) { bool haveProgressIndicator = false; final List cells =