Skip to main content
1-Visitor
April 20, 2022
Solved

How to make a table without data shape in JavaScript

  • April 20, 2022
  • 1 reply
  • 964 views

I need to be able to make a table through which, if there is changes in data, the no of rows and columns should be flexible enough to change, which currently is not possible if you create a table via data shapes. 

I wish to know if it is possible to create a table which has flexible of no of rows.

Best answer by PaiChung

You can use the 'addField' to add columns to an infotable (as well as removeField) to suite your needs.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
April 20, 2022

You can use the 'addField' to add columns to an infotable (as well as removeField) to suite your needs.