You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making the DataSources more robust for future features; possibly even outside the realm of just a DataView, it would be nice to have aggregate functions based on the applied filters.
We already have a count() method by default, because we use it to calculate pagination.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Making the DataSources more robust for future features; possibly even outside the realm of just a
DataView
, it would be nice to have aggregate functions based on the applied filters.We already have a
count()
method by default, because we use it to calculate pagination.This data could also be helpful to connect a data source to other components like a Chart, or a Summary.
Beta Was this translation helpful? Give feedback.
All reactions