Is there a way where I can allow users to specify the number of rows and columns that they want and generate a table of that size?They should be able to input number of rows and number of columns (can select from dropbox or enter a value).
Hi Jia Le Chang,
Dynamic Table - Reactive:
https://www.outsystems.com/forge/component-versions/16197/version/0/platform/
Dynamic Table - Traditional Web:
https://www.outsystems.com/forge/component-overview/3669/dynamictable
Thanks,
Ramesh
thank you for the fast reply. I will look into these solutions.
Yes, you can allow users to specify the number of rows and columns they want and generate a table of that size in OutSystems.
1. Create the User Interface
Create a screen where users can input the number of rows and columns.
Input Fields for Rows and Columns:
Button to Generate Table:
2. Define Variables
Define variables to store the number of rows and columns.
3. Create a Client Action to Generate the Table
Create a client action that generates the table based on the input values.
4. Display the Table
Create a table in your UI to display the generated data.
Table Widget:
Binding Data:
Dynamic Columns: