overflowLeader on second page
Hello Experts,
I have issue with overflowLeader processing in pages other than first one. In my logic I am dynamically hiding some columns based on the data (zero columns are hidden). This is implemented and works very well but only on 1st page. Required columns are hidden in overflowLeader and data rows:

I even changed the label of one of the columns from the code to check if specific data can be accessed. It looks good.
But on the second page everything falls apart:

Font sizes, .presence = "hidden" settings, even the simplest .rawValue = "TEST"; setting is not applied. Similar setting (font sizes, hiding of columns works fine for data rows - that is why the layout is broken on second page).
I am looking for your kind support to help find a way of accessing overflowLeader properties on the second (and subsequent) pages as it seems that my: data.Body.Table.IM_TAB.overflowLeader::initialize is working for 1st page only. I tried all the events under it ... no luck 😞 All hints are appreciated!
Thank you in advance,
F