Skip to content

nextcloud/tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

64cd8f1 · Jan 10, 2025
Aug 5, 2024
Oct 8, 2024
Aug 7, 2024
Oct 1, 2022
Aug 8, 2024
Jan 10, 2025
Aug 7, 2024
Aug 29, 2024
Jan 3, 2025
Feb 27, 2023
Mar 27, 2024
Sep 12, 2024
Jan 9, 2025
Dec 18, 2023
Dec 4, 2024
Aug 8, 2024
Jan 9, 2025
Aug 21, 2024
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Aug 8, 2024
Jan 10, 2025
Sep 22, 2021
Aug 5, 2024
Aug 8, 2024
Aug 28, 2024
Aug 5, 2024
Jul 18, 2024
Nov 27, 2024
Aug 5, 2024
Aug 5, 2024
Sep 12, 2024
Jan 10, 2025
Jan 10, 2025
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Apr 24, 2024
Aug 8, 2024
Mar 12, 2024
Aug 5, 2024

Repository files navigation

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