We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe7309 commit 419f21aCopy full SHA for 419f21a
SimpleDataGrid/Pagination/PagedCollection.cs
@@ -387,17 +387,7 @@ private void ApplyFiltering(bool maintainPosition = false)
387
{
388
_currentPage = 0;
389
}
390
- RaiseAllChanged();
391
392
- if (maintainPosition && _filtered.Any())
393
- {
394
- _currentPage = Math.Clamp(oldFirstItemIndex / _pageSize, 0, TotalPages - 1);
395
- }
396
- else
397
398
- _currentPage = 0;
399
400
401
402
403
private static string WildcardToRegex(string pattern)
0 commit comments