This topic is locked
[SOLVED]

Dashboard List Pages

7/7/2022 2:46:17 PM
PHPRunner General questions
B
Bob D authorDevClub member

I have several list views vertically in a dashboard. How can I make each one collapsable by clicking the header?

Sergey Kornilov admin 7/7/2022

We do not have such a built-in functionality. This kind of the code needs to be added manually.

mbintex 7/8/2022

Currently I build my dashboard based on view pages. These view pages are based on the user table and have relations to all data tables. So I can show several data tables on one page without any problem. And since I have the sections, I can make it clickable/collapsable easily.

B
Bob D authorDevClub member 7/8/2022

Thanks mbintex. I'll give that a try.