I am designing a Public form in Forms Designer and I have a single DataTable in the form. When I view the form in a web browser, some of the columns are too narrow to view the column title. I know I can manually set the width of each column, but is there a way to have the column width autosize based on the length of the text in the title and the cells below it?
I know there are more options using Grids, but I really like that the DataTable comes with an 'Add new record' button and controls to sort and filter each column - so I would hate to lose that in my form.
Do you have any suggestions?