Inputs on a data grid similar to spreadsheet

0
In some cases clients like to input values into grid-like structures to speed up a process – could be used for planning purposes – or simply capturing some information in a structured way. See picture below: Does Mendix have a way to mimic this type of look and feel?
asked
1 answers
0

1. Add a list view
2. Inside list view place 12 cross 1 table from the widgets
3. In each column of the table add a textbox for jan, feb,..
4. In table class add “table-bordered” which gives boader for the table
5. Finally add a plus button in the right side of the list view which creates a new row(Item 1,2,3..) 

This might help!

answered