Hi
I need to input data in a header/row format (like an order).
The specific requirement is that I need to align the columns based on a table (tr td) located directly above it. This single-row table defines the use of the columns below (e.g., time, travel time, km).
In the input table definition, it's a list of fields, but when used, it's transformed into a table (th tr td...).
Is there a way to fix (either pixels or a percentage) the width of each column in the input table?
Thanks a lot