Hi,
I have created two HTML objects, each creates a dynamic table. Both tables have different width set - one to 1255px for layout 1280, the other 1895px for layout 1920. I would like to set HTML object visibility in the way that object with smaller table is visible for 1280 breakpoint only, and one - a larger table - for 1920 and default breakpoints.
The problem is that I do not know how to control HTML objects appearance order. I thought it worked in the way as described above, but I have not idea why I still get bigger table on 1280 breakpoint instead of a smaller one (of course I checked/unchecked visibility check marks as needed).
Is it something I should pay special attention to?
Thanks
Marek
HTML Object visible in unknown order
-
-
- Posts: 30
- Joined: Sat Feb 26, 2022 3:46 pm
Re: HTML Object visible in unknown order
Unfortunately, I cannot help you with custom code. because for me it may also take a lot of time to figure out what how your code works.
However the code will be published "AS IS". So, if it does not work then either the code is not correct, incomplete or it conflicts with other code on the page.
However the code will be published "AS IS". So, if it does not work then either the code is not correct, incomplete or it conflicts with other code on the page.
-
-
- Posts: 30
- Joined: Sat Feb 26, 2022 3:46 pm
Re: HTML Object visible in unknown order
OK. I have sorted this out. It was table's name conflict that caused the issue within css file.
Thanks anyway...
Thanks anyway...