How can we expand cells in grid by horizontal position? It will be nice to expand two Output Text cells in one.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right now, expanding cell horizontally (
colspan) isn’t supported in Form Builder. Only expanding cell vertically (rowspan) is supported.You could update the source of the form to add a
colspanwhere necessary, and remove unnecessaryxh:td, but I wouldn’t recommend doing it: since Form Builder doesn’t take thosecolspanin account, it is likely to break the structure of your table when you later add/remove columns or extend cells vertically.