How do i make the label of a table display on form. Like a Survey does
Hi Nicholas,
I understand this is an old question, but I wanted to answer it in case someone else needs it. The data-grid component can be configured to have a label for each row, similar to the survey component. This allows you to create table-like questions where each row contains a question, and each column can have a different type of question (e.g., a text field, checkbox, etc.). Here’s how you can do it:
Drag and drop a data-grid component into your form.
Under the “Display” tab of the component settings, enable the “Fixed Rows” property. This will reveal a "Rows" property that allows you to define a fixed or static number of rows for the data grid (instead of allowing the responder to add rows dynamically).
Add a “Row Header” for each row using the rows property. This is the label for each row.
Here’s an example of the final result:
Hi @Nicholas
Im not entirely sure what you mean. Perhaps a screen shot of your table component compared against what you want to achieve may help us guide you in the right direction?
Hi Nicholas,
I understand this is an old question, but I wanted to answer it in case someone else needs it. The data-grid component can be configured to have a label for each row, similar to the survey component. This allows you to create table-like questions where each row contains a question, and each column can have a different type of question (e.g., a text field, checkbox, etc.). Here’s how you can do it:
Drag and drop a data-grid component into your form.
Under the “Display” tab of the component settings, enable the “Fixed Rows” property. This will reveal a "Rows" property that allows you to define a fixed or static number of rows for the data grid (instead of allowing the responder to add rows dynamically).
Add a “Row Header” for each row using the rows property. This is the label for each row.
Here’s an example of the final result: