SFDataPager Page Numbers #2294
Labels
bug
Something isn't working
data grid
Data grid component
solved
Solved the query using existing solutions
waiting for customer response
Cannot make further progress until the customer responds.
Bug description
I am using SFDataGrid for a long time and after an update I had a weird glitch.
After DataGrid loaded with paging, page numbers are shown at first and fade out, looks like their color changes to same with background. Once scrolled a little bit they return to normal.
Steps to reproduce
N/A
Code sample
Code sample
Expanded(child: _buildDataGrid(constraint)),
if (viewModel.rowsPerPage != 0)
SizedBox(
height: _dataPagerHeight,
child: SfDataPager(
visibleItemsCount: viewModel.rowsPerPage,
delegate: viewModel,
initialPageIndex: viewModel.pageCount,
pageCount: viewModel.pageCount.toDouble(),
direction: Axis.horizontal,
))
Screenshots or Video
Screenshots / Video demonstration
Screen.Recording.2025-02-25.at.23.33.27.mov
Stack Traces
N/A
On which target platforms have you observed this bug?
iOS
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: