How to use Data Table in vDesigner 2.0?

I want to display some data in table format.

@AnushkaGupta

  1. Drag and drop the data column table onto the canvas.
  2. Enter the following JSON value into the dataTable field:
    Screenshot from 2024-08-12 12-02-40
[
 {
   "DataTableColumn_75162": "No Code Required",
   "DataTableColumn_12121": "Ritik",
   "DataTableColumn_93477": "Dixit"
 },
 {
   "DataTableColumn_75162": "No Re-Deployment",
   "DataTableColumn_12121": "Dixit",
   "DataTableColumn_93477": "Ritik"
 },
 {
   "DataTableColumn_75162": "Low Ownership Cost",
   "DataTableColumn_12121": "Tundla",
   "DataTableColumn_93477": "Chhikau"
 }
]
  1. Your data will now be displayed in the data table columns, as shown in the image below.

    Screenshot from 2024-08-12 12-01-08

@AnushkaGupta If this post resolved your query, please mark it as the “solution.” If not, feel free to ask any further questions.

1 Like

Thank You @Ritik_Dixit