How can I create a html table on the screen with x rows and y colums where x & y are variable depending on the data that needs to be displayed.
The table will have no input fields by default, but when the users press a ‘Change’ button, some fields needs to be changed to an input field that can be used when the user press the ‘Submit’ button.
Other fields will need a tooltip.
The header (top row) needs to be in a color.
Do you have examples for this?