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 803bdb3 commit a4ffd32Copy full SHA for a4ffd32
SimpleDataGrid/Pagination/PagedCollection.cs
@@ -469,7 +469,10 @@ private static string WildcardToRegex(string pattern)
469
/// Gets a value indicating whether there is a previous page.
470
/// </summary>
471
public bool HasPrevious => _currentPage > 0;
472
-
+ /// <summary>
473
+ /// Gets the keys of the active filters.
474
+ /// </summary>
475
+ public IReadOnlyCollection<string> ActiveFilters => GetActiveFilters();
476
/// <summary>
477
/// Moves to the next page.
478
0 commit comments