I have 3 large text columns in a report and one of the columns sizes to about 40 characters wide, but the other two size to like 10 characters wide. Is there anyway that I can manually set the column widths in the result set?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There's nothing ART does to fix/change/set column widths. If you're specifically referring to the Data Table report format, the datatables library generates the table. I don't know what considerations it uses.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the just released 3.10 version, you should be able to set column widths for the DataTable report format by specifying column definitions in the options section e.g.
Thanks Tim! I have not had an opportunity to upgrade since 3.8 so I just have it running in a test environment, but I'm excited to go straight to 3.10 instead and add these options!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have 3 large text columns in a report and one of the columns sizes to about 40 characters wide, but the other two size to like 10 characters wide. Is there anyway that I can manually set the column widths in the result set?
This is not currently possible.
What does the application base the column width on, it almost seems to be random...
There's nothing ART does to fix/change/set column widths. If you're specifically referring to the Data Table report format, the datatables library generates the table. I don't know what considerations it uses.
Thanks Timothy, I'll take a look at that library then.
In the just released 3.10 version, you should be able to set column widths for the DataTable report format by specifying column definitions in the options section e.g.
See https://sourceforge.net/p/art/wiki/Reports/#tabular-options
Thanks Tim! I have not had an opportunity to upgrade since 3.8 so I just have it running in a test environment, but I'm excited to go straight to 3.10 instead and add these options!