-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
A continuation of the work in #6 which introduced hideIfAllUnique and hideIfAllSame - to complete this feature I'd like to see support for:
- Hiding the grouping based on the entire data set (unfiltered), which is what you had (although it didn't take into account any updates in the data)
- Hiding the grouping based on the filtered data set
- Hiding the grouping based on the current page only
For example hideIfUnique could be an array: [ 'all', 'filtered', 'page' ] for all of the above and the developer using them can selectively enable or disable the options they want.