Replies: 1 comment 2 replies
-
Sure, I'd be open to a PR to add these. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As it's possible to count relationships using
TextColumn::make('users_count')->counts('users');
It would be great if the other aggreation methods would be available too
TextColumn::make('comments_sum_votes')->sums('comments', 'votes');
And so on…
Beta Was this translation helpful? Give feedback.
All reactions