Fix datatable error
This commit is contained in:
parent
07c075c14f
commit
bc430f2d8b
|
|
@ -323,7 +323,6 @@ class AppPaginatedDataTableState extends State<AppPaginatedDataTable> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (row != null) {
|
if (row != null) {
|
||||||
row ??= _getBlankRowFor(index);
|
|
||||||
result.add(row);
|
result.add(row);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue