So we were developing an application for a client and discovered that the amount of information on a single page was extensive. The page contained 11 tables that were set to only show 10 records. While this seemed to work for the project initially we discovered as records were created in the tables that the page became very long and you had to scroll through lots of information.
So we researched an option which was listed in the docs.tadabase.io that referred to using tabs within your app. While the information was definitely helpful we discovered that the documentation provided only a limited solution and did not fit our specific need.
So here we go with our version of tabs in an application that will allow you to have more data in a single page within your app and still look clean and simple.
Thank you for sharing this. Your page looks really good.
I have the same problem, I have one page with so many tables and sections, however my customer doesn’t want the Tabs solution, so I thought of implementing Achor instead, so having the menu similar to the tabs however the sections continue to appear on the page if you scroll down, and the click on the menu takes the end user to the section on the page.
I was not yet able to achieve this yet. My page requires a header section that is always on the top, the menu should also be at the top of the page. And the remaining sections should scroll.
Hi @moe
Thank you for this. I will take a look at your suggested approach.
I dont need the sections to be shown/hidden on the page, I just need a shortcut at the top of the page to take the end user to the section on the same page when they click.