Mike Deverell
Mike Deverell
Specifically, in `_alignRowIndex()`: https://github.com/maxim-saplin/data_table_2/blob/879f9baa25751dd928d2cc8511d95d519cd551bb/lib/src/paginated_data_table_2.dart#L596-L598 We'd expect that `_alignRowIndex(9, 10)` would return `0`, but instead we get `10`: ``` ((rowIndex + 1) ~/ rowsPerPage) * rowsPerPage = ((9 + 1) ~/...
PaginatedDataTable2State.dispose() does not call `controller.detach()` in its `dispose()` method: https://github.com/maxim-saplin/data_table_2/blob/879f9baa25751dd928d2cc8511d95d519cd551bb/lib/src/paginated_data_table_2.dart#L580-L583 Right now, a consumer that passes a PaginatedController into a PaginatedDataTable2 is unable to use `PaginatorController.isAttached` to tell whether they...
Specifically, in `_alignRowIndex()`: https://github.com/maxim-saplin/data_table_2/blob/879f9baa25751dd928d2cc8511d95d519cd551bb/lib/src/paginated_data_table_2.dart#L596-L598 We'd expect that `_alignRowIndex(9, 10)` would return `0`, but instead we get `10`: ``` ((rowIndex + 1) ~/ rowsPerPage) * rowsPerPage = ((9 + 1) ~/...
b/421086668 This is a continuation of #170177, which was closed after #172729 was submitted, but before the keyboard-interactions portion of the issue was addressed. ### Help us understand the severity...