Hi.
I want to use Resizable Columns Web Block for several tables in Tabs Web Block. (more than 2 tables in 1 tab each)
1. Resizable Columns
https://www.outsystems.com/forge/component-discussions/2026/Resizable+Columns
2. Tabs
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Traditional_Web_Patterns/Navigation/Tabs
However, Resizable Columns could not be adapted to the tables. (Maybe because of javascript problem?)
Could someone advise me how to fix this?
Thank you.
Hi, @Dongsup Lee I also have the same case (maybe), I solved in 2 ways.
1. I made custom Tab Widget (I only use hide and show container)
2. I using tab widget, but in Tabs Widget property (OnTabChange), I use Refresh Ajax into each table that I need.In my Case, both method work well.I attach oml file, and I hope this things can help your case.
Regards,Raja Manullang