martin-ro
Duplicate and missing records/rows when navigating table pages
Yes, meanwhile I have figured it out. The minimal reproducible setup would be a table with
->defaultSort('created_at', 'desc')
or a TextColumn::make('created_at')->sortable()
with records that have identical created_at
timestamps.
The way to solve that for me was:
The second defaultSort
fixed it for me @nowak13 replies