Jeevan
(Jeevan Sunkersett)
1
Hi,
I am referring to https://vaadin.com/components/vaadin-tabs/java-examples.
I think the example Tabs with pages has something missing.
In the example given, this line declares a variable.
Div pages = new Div(page1, page2, page3);
But it feels like it is not being used, and so the tabs do not show up WITH intended content.
Please check.
thanks
Jevan
Jeevan
(Jeevan Sunkersett)
2
actually tabs show WITH NO CONTENT at all
Jeevan
(Jeevan Sunkersett)
3
Got it to work partially - only a short text string shows in the different tab.
I want the grid (which display above) to come in the tab.
Learnt that the MainView should have an add
method at its end.
Jeevan
(Jeevan Sunkersett)
4
Hi,
Achieved some more progress and can now see the grid inside the tab - but it is not wide enough.
Any clues?.
My code is here: https://github.com/jnsunkersett/VaadinSpringBoot-LDAP