No description
Find a file
2026-03-23 21:03:49 +01:00
.devcontainer
.github ci: fix wrong concurrency group 2026-03-09 18:23:54 +01:00
.scripts
.tx
appinfo build(Release): v2.0.1 2026-03-04 11:13:17 +01:00
build
css fix: run lint and psalm 2026-01-12 05:41:19 +00:00
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-03-23 01:48:16 +00:00
lib Merge pull request #2400 from nextcloud/automated/noid/main-update-nextcloud-ocp 2026-03-23 21:03:49 +01:00
LICENSES
screenshots
src fix: composer cs and psalm 2026-03-04 07:46:40 +00:00
templates fix: run lint and psalm 2026-01-12 05:41:19 +00:00
tests fix: update query count 2026-03-04 07:46:48 +00:00
vendor-bin ci(php-scoper): fix PHP 8.5 compatibility 2026-01-09 11:20:01 +01:00
.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 build(Release): v2.0.1 2026-03-04 11:13:17 +01:00
composer.json chore(dev-deps): Bump nextcloud/ocp package 2026-02-15 03:17:20 +00:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2026-03-22 03:15:39 +00:00
COPYING
cypress.config.mjs fix: npm install, resolve cypress config 2026-01-12 06:51:51 +00:00
krankerl.toml
Makefile
openapi.json fix: composer cs and psalm 2026-03-04 07:46:40 +00:00
package-lock.json Merge pull request #2392 from nextcloud/renovate/main-dompurify-3.x 2026-03-16 21:57:04 +00:00
package.json Merge pull request #2392 from nextcloud/renovate/main-dompurify-3.x 2026-03-16 21:57:04 +00:00
phpunit.integration.xml
phpunit.xml
psalm.xml
README.md
renovate.json ci(renovate): prevent incompatible nc/files updates on stable1.0 2026-03-09 14:30:24 +01: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