Overflow not working with dynamic table

Hi - I am using a dynamic table set up through the wizard. I also have a script to add additional data into the table as I am working with nested tables in the data mapper. I have everything the way I want it except the overflow doesn’t seem to be working. Is this because I am using a script also? I do not have my whole table built with the script just pieces of data being added (if that makes any sense).

Does anyone know how to fix this?

Thank You

I just tested something like your describing and it works fine. How many level of nesting are we talking about and from which level is your table data coming from?

I have only one level of nesting. For example-

PlnClmStats
ClmStats

My repeat data is coming from PlnClmStats (top level - highlighted in green). I set up the dynamic table based on this level and then I have a script to add data from ClmStats level.

My table looks something like this - where Source is taken from the nested table (ClmStats) and using a script to show data. I will attach the script. https://learn.objectiflune.com/qa-blobs/11581594049528431787.js

PlanID PlanName ## ## ##
Source ## ## ##
Source ## ## ##
PlanID PlanName ## ## ##
Source ## ## ##
Source ## ## ##
PlanID PlanName ## ## ##
Source ## ## ##
Source ## ## ##

Thanks!!

Is there a reason why you aren’t simply using a script to affect the content of a placeholder (a data selection) and letting the overflow being handled by the inner core of Connect instead of building the HTML yourself? (I don’t have all the info so I’m just asking and not putting your logic in doubt).

I have no other reason other than I have been researching and trying to put together a working table. I am new to javascript and this is the first time I have had to create a table like this. Would you like me to attach my template and datamapper?

hamelj - I am attaching a copy of my template and data mapper. It is for the print section called ClmStatSource. Any help you can give would be greatly appreciated. https://learn.objectiflune.com/qa-blobs/3136499061095948180.zip

Here’s an example that we have on how to create nested table by creating your own HTML. That is the tool we recommend you can base you own script on.

https://learn.objectiflune.com/qa-blobs/1944747540237534193.7z

This is the example that I used to get where I am today with this. I had to modify it a bit. It works like I wanted it to except for the overflow.

Unfortunately, that is the extent of the help I can provide on scripting and solution development. Maybe someone from the online community (any users) can help you or you can refer to our Professional Service and have them provide a solution development.

Thank you for time! I really appreciate it.

I have concert with our higher level here and I am allowed to provide you with an internal article on something like what you are doing…Hope that helps.

It is a webpage, do not click on links as they will not work (internal network). Also I have provided with the example files they speak about.

https://learn.objectiflune.com/qa-blobs/7018018833163488311.7z

Thank you so much!!! I will check this out and see if I can get my overflow issue resolved. I really appreciate all your help!