anytype-ts
anytype-ts copied to clipboard
Summary row for tables
trafficstars
Have you read a contributing guide?
- [X] I have read CONTRIBUTING.md
- [X] I have searched the existing requests and didn't find any that were similar
- [X] I have considered creating a pull request instead and want to proceed
Clear and concise description of the problem
There is no easy way to summarise a grid view using simple statistics as count, sum, or average.
Suggested solution
The grid view could offer the possibility to add a summary row to the table and the user could select which summary function to user on a column by column basis.
Alternative
No response
Additional context
THe ability to summarise tables can unlock use cases such counting the number of items that respect certain criteria (in conjunction with filters), or the ability to average or sum a number column (average age, sum of quatities, etc.)