HeroGM Posted May 30, 2022 Report Share Posted May 30, 2022 Is there an easy way to do multi-column tables by dividing the output? for example something like this: Quote Link to comment Share on other sites More sharing options...
Simon Posted May 30, 2022 Report Share Posted May 30, 2022 Within HD's export format functionality you'd mainly be looking at START, STOP, and STEP containers to break things up, but that can get tricky when you don't know the number of items you'll be dealing with going in. Quote Link to comment Share on other sites More sharing options...
HeroGM Posted May 30, 2022 Author Report Share Posted May 30, 2022 Yeah, that's why I was wondering if there was a way in the Export to see, I'm guessing it'd have to be added to the code itself then? It could be done with the user editing the table to add the appropriate <table></table> tag and having them flex-boxed next to each other. Just trying to get it as automated as possible. Quote Link to comment Share on other sites More sharing options...
HeroGM Posted June 1, 2023 Author Report Share Posted June 1, 2023 There may be a way to do this actually using display:flexbox or grid on the TR. I'm going to try it tomorrow and see what happens. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.