You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to Make Records Editable in a Dynamic Table After Uploading Through File Picker in VBCS?

edited Jun 11, 2024 8:12AM in Visual Builder 3 comments

Hi VBCS Community,

I'm working on a project where I need to upload a file using the File Picker component and display the data from the file in a table. I followed the VBCookbook recipe for uploading the file, and the data is successfully displayed in the table below.

Here is the workflow:

  1. The user uploads a file through the File Picker component.
  2. The data from the file is processed and displayed in a table.

What I mean by "dynamic table" is that the table structure is not predefined. Users can upload any file, so the table does not have fixed columns like ID, Name, etc. The columns and data are generated based on the file content, and the ADP (ArrayDataProvider) type is set to 'any' to accommodate this variability.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!