No description
Find a file
Nextcloud bot 6fcb2567e8
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-07 01:56:26 +00:00
.devcontainer
.github ci(actions): Pin all used versions 2026-02-04 05:36:42 +00:00
.scripts
.tx
appinfo chore: Update max server version 2026-01-30 04:55:33 +00:00
build
css
cypress fix(test): target first submit item 2026-02-03 08:59:25 +00:00
docs
img
l10n fix(l10n): Update translations from Transifex 2026-02-07 01:56:26 +00:00
lib fix: getId is supposed to return string 2026-01-30 10:23:05 +01:00
LICENSES
screenshots
src fix: Cast share id to string, fix test 2026-02-03 03:32:50 +00:00
templates
tests
vendor-bin
.eslintrc.cjs
.git-blame-ignore-revs
.gitattributes
.gitignore
.l10nignore
.lib-vendor-organizer.php
.nextcloudignore
.php-cs-fixer.dist.php
.scoper-production-dependencies
AUTHORS.md
babel.config.cjs
CHANGELOG.md
composer.json
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2026-02-04 06:19:24 +00:00
COPYING
cypress.config.mjs
krankerl.toml
Makefile
openapi.json
package-lock.json fix: npm install 2026-02-04 06:40:15 +00:00
package.json fix(deps): update dependency @nextcloud/dialogs to ^7.2.0 2026-02-04 06:18:54 +00:00
phpunit.integration.xml
phpunit.xml
psalm.xml
README.md
renovate.json ci(actions): Pin all used versions 2026-02-04 05:36:42 +00:00
REUSE.toml
scoper.inc.php
stylelint.config.cjs
tsconfig.json
update-scoper-dependencies.sh
vite.config.ts

Nextcloud App »Tables«

REUSE status

Manage data the way you need it.

With this app you are able to create your own tables with individual columns. You can start with a template or from scratch and add your wanted columns.

Documentation

General information

https://github.com/nextcloud/tables/wiki

Administration

https://github.com/nextcloud/tables/wiki/Administration

API

https://github.com/nextcloud/tables/wiki/API

Developer information

https://github.com/nextcloud/tables/wiki/Developing

Installation/Update

The app can be installed through the app store within Nextcloud. You can also download the latest release from the release page.

Install from source code

To build you will need to have Node.js and Composer installed.

  • Clone repository into the app-directory: cd /path/to/apps && git clone https://github.com/nextcloud/tables && cd tables
  • Install PHP dependencies: composer install --no-dev
  • Install JS dependencies: npm ci
  • Build JavaScript for the frontend
    • Development build npm run dev or
    • Watch for changes npm run watch or
    • Production build npm run build