teable
teable copied to clipboard
✨ The Next Gen Airtable Alternative: No-Code Postgres
I tried importing an exported base, but noticed it doesn't include the comments. In the UI you see the number that indicates the number of comments are on a record,...
**Describe the bug** When setting "Allow creating new accounts" to false and "Allow sending space invitations" to true it would be expected that users who get invited are able to...
teable-cache: image: docker.io/library/redis:latest # 使用Docker Hub上的redis官方镜像 restart: always expose: - '6379' volumes: # 定义挂载卷 - teable-cache:/data:rw # 将宿主机的路径挂载到容器内的/data目录 其中 teable-cache的路径映射到本地主机无法启动 volumes: teable-db: {} teable-data: {} teable-cache: {vol2/1000/Docker/teable/redisdata}
**Is your feature request related to a problem? Please describe.** When viewing a field value of long text, it would be helpful if Teable had a pop-out, draggable window that...
**Is your feature request related to a problem? Please describe.** Similar to Excel, when you select a cell that has a value in grid view, you can drag the "dot"...
When you create 2 tables from scratch where the first table has a Link field that points to the second table, if you were to paste in a value to...
I believe Postgres has built-in support for UUID types and it would be extremely useful if Teable offered a native UUID-field type accordingly. Optionally, allow a way for Teable to...
**Is your feature request related to a problem? Please describe.** Extending the idea from https://github.com/teableio/teable/issues/1658, it would be wonderful if Teable could automatically output JSON from an LLM into a...
**Is your feature request related to a problem? Please describe.** It would be wonderful if Teable supported native JSON-specific fields as a new field type. Postgres supports JSON as a...