Hi - I am working with three dynamic tables on one page. How do I get them positioned so that they fluctuate with the dynamic data? Meaning I want to tables to move up or down depending on the number of data rows in the table above it. I have tried using relative position for the last two tables but that doesn’t work.
There probably is a better way but for a quick method just put them into a positioned box. I’m not sure what the side effects might be should the tables exceed the boxes length though. Have not tested. I’m sure one of the ol devs here might have a better solution. Just thought I would chime in in case a quick fix like this might help.
Thank you for your response. I tried that before coming here ask. I can’t really put them in a box because the data varies. I could have one with 25 rows and then another with no data. I need the tables to adjust on the page depending on the number of rows in each table.