Replies: 1 comment 1 reply
-
Hi Sergey Unfortunately we do not have a feature that allows end-users to upload data. It's definitely something that we want to do in time. The table component doesn't support direct editing. However, you can open rows inside a modal, and edit them from there - meaning that you don't have to leave the screen (where the table lives). You can connect Budibase to your own backend, via our REST connector. You can make the Budibase app send data directly to your REST API, our you can setup an automation that copies records from Budibase to your API - e.g. everytime a record is Created/Updated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I want to create an app where users can edit tables in web app or download it in csv/xls files, edit them and upload back.
I'm trying to figureout is budibase's table component support editing values for end users?
Is budibase has component for downloading/uploading files with custom backend (for example with rest from/to my own backend)?
Beta Was this translation helpful? Give feedback.
All reactions