Code cleanup
This commit is contained in:
parent
1cee87a614
commit
3e9a2c762f
|
|
@ -280,15 +280,6 @@ class AppPaginatedDataTableState extends State<AppPaginatedDataTable> {
|
||||||
widget.onPageChanged(_firstRowIndex);
|
widget.onPageChanged(_firstRowIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
DataRow _getBlankRowFor(int index) {
|
|
||||||
return DataRow.byIndex(
|
|
||||||
index: index,
|
|
||||||
cells: widget.columns
|
|
||||||
.map<DataCell>((DataColumn column) => DataCell.empty)
|
|
||||||
.toList(),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
DataRow _getProgressIndicatorRowFor(int index) {
|
DataRow _getProgressIndicatorRowFor(int index) {
|
||||||
bool haveProgressIndicator = false;
|
bool haveProgressIndicator = false;
|
||||||
final List<DataCell> cells =
|
final List<DataCell> cells =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue