Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/tables
π± Nextcloud tables app
https://github.com/nextcloud/tables
nextcloud nextcloud-app table
Last synced: 7 days ago
JSON representation
π± Nextcloud tables app
- Host: GitHub
- URL: https://github.com/nextcloud/tables
- Owner: nextcloud
- License: agpl-3.0
- Created: 2021-09-22T14:37:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T03:02:28.000Z (15 days ago)
- Last Synced: 2025-01-12T00:06:26.123Z (14 days ago)
- Topics: nextcloud, nextcloud-app, table
- Language: JavaScript
- Homepage: https://apps.nextcloud.com/apps/tables
- Size: 14.6 MB
- Stars: 152
- Watchers: 5
- Forks: 25
- Open Issues: 253
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-starred - nextcloud/tables - π± Nextcloud tables app (others)
README
# Nextcloud App Β»TablesΒ«
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/tables)](https://api.reuse.software/info/github.com/nextcloud/tables)
**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](https://apps.nextcloud.com/apps/tables) within Nextcloud. You can also download the latest release from the [release page](https://github.com/nextcloud-releases/tables/releases).### Install from source code
*To build you will need to have [Node.js](https://nodejs.org/en/) and [Composer](https://getcomposer.org/) 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`