nextcloud / nextcloud/tables

Smart picker row, column, or cell view

Open
#1,207 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement
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.

Allow to only display one row for the smart picker.
Allow to only display one column for the smart picker
Allow to display one cell for the smart picker

Describe the solution you'd like

This will enable more smart things

=> smart picker can display this at the moment
https://xxx/apps/tables/#/view/39/content

Enable more view type in here show the row 12
https://xxx/apps/tables/#/view/39/row/12
Enable more view type in here show the column 4
https://xxx/apps/tables/#/view/39/col/4
Enable more view type in here show the cell (4,12)
https://xxx/apps/tables/#/view/39/cell/4,12

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 from the existing smart picker view linked in the issue and trace how the content view is selected. Define how row 12, column 4, and cell (4,12) views should be reached and displayed, then verify that each referenced URL shows only its requested scope.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.