[enhancement][overview] Tables enhancements discussed in team hackweek
Open
@marcoambrosini is already working on this.
Since Feb 13, 2025.
0. Needs triage
enhancement
overview
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
General
- #1609
- #1608
Upon table creation
- #1602
Table view
- https://github.com/nextcloud/tables/issues/364
- Make the name field magic and open the row when clicking on the table. In order not to loose the ability to inline-edit this field, we add a small edit button to the right of the cell.
- #1607
- Nesting: add reference a table as a property in an entry.
- #1604
Entry view
- https://github.com/nextcloud/tables/issues/1595
- #1606
- At the end of the modal, add an action-button similar to the + button in the table view, which allows the user to add more fields to the row
- Also deleting fields with proper warning (if I delete a field here, it goes for the whole table. Should it be like this though? )
- Autosave. Remove save and delete button and add autosave and possibly undo-redo ability
cc @juliusknorr @blizzz @enjeck
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.
Assessment
This issue has not been assessed yet.