nextcloud / nextcloud/tables

Add GROUP BY for view

Open
#1,625 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement needs info
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.