Add GROUP BY for view
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
Is your feature request related to a problem? Please describe.
I like the tables, but I wanted an output that has a counter based con group by.
e.g., Table has will travel by with options car, bike, foot or train, and group based on that and maybe more columns like country or so.
- 5 by car
- 20 by bike
- 8 by foot
- 10 by train (and will never arrive)
You can do the same with Tutorial - GROUP BY starts and get the amounts
Columns with different names can be concatenated or show -- multiple values --
Describe the solution you'd like
Similar to filter only with GROUP BY as operation.
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing filter operation and the referenced GROUP BY tutorial behavior. Clarify the grouping, counting, multi-column grouping, and differing-value display requirements before identifying the relevant implementation and tests; done should provide a defined GROUP BY operation with verified output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100