Custom table creation using Redwood
Hi Team,
We have the requirement to create a custom table using redwood.
Could you please share some documentation/links that will be helpful to create table in redwood.
Sample table below for your reference.
Product Group | Product Type | Product Name | Sequence |
---|---|---|---|
AAA | AA | A | 1 |
AAA | AB | B | 2 |
AAA | AA | C | 3 |
AAA | AB | D | 4 |
AAA | AA | E | 5 |
AAA | AB | F | 6 |
AAA | AA | G | 7 |
AAA | AB | H | 8 |
AAA | AA | I | 9 |
Tagged:
0