• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

outputtable column headers?

TCArknight

Well-known member
Howdy!

if I have an output_table with columns="3", is there a way to have the header portals from the headertemplate="xTemplate" repeat for each column? Right now, the headers just appear over the last column and not the first two...
 
Do normal (non-output) tables display the header multiple times when there is more than one column?

I can't test it myself at the moment, but I suspect that there might be just one header per table (with the same width as the table) and not one per column.

If that is the case, you would need to make a template that already has the portals duplicated for all three columns to use for the output table.
 
Back
Top