How to make a table without data shape in JavaScript
Apr 20, 2022
07:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 20, 2022
07:18 AM
How to make a table without data shape in JavaScript
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.
Solved! Go to Solution.
Labels:
- Labels:
-
Best Practices
ACCEPTED SOLUTION
Accepted Solutions
Apr 20, 2022
08:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 20, 2022
08:46 AM
You can use the 'addField' to add columns to an infotable (as well as removeField) to suite your needs.
1 REPLY 1
Apr 20, 2022
08:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 20, 2022
08:46 AM
You can use the 'addField' to add columns to an infotable (as well as removeField) to suite your needs.
