Other alternative to tabs (I need to design more then 10+ categories in the same screen)
I'm working on a system with a lot of content on the same screen. There is a 2/3 table on the left and 1/3 right curtain details. When the user clicks on item in the table, the right curtain shows and minimizes the table width.
The use case is that I have 10+ categories in the table and i need to divide each of the categories to a different table in the same view...
The alternatives are: 1. tabs 2. Accordion 3. Tags
Does anyone have another solution?