Skip to content

Commit 90e7d98

Browse files
committed
fix: Fix ApplyFiltering logic and add ResetToFirstPage
1 parent 419f21a commit 90e7d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleDataGrid/Pagination/PagedCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ private void ApplyFiltering(bool maintainPosition = false)
387387
{
388388
_currentPage = 0;
389389
}
390-
390+
RaiseAllChanged();
391391
}
392392

393393
private static string WildcardToRegex(string pattern)

0 commit comments

Comments
 (0)