Hi all,
I modified this app to demonstrate completely different template for some table:
Click on Catalogs/Categories View #2
There is absolutely no code to achieve this.
In V7, simply click on copy table, set View/Edit as usual and just chuck this in html template
<div class="categories2-view">
....
<div class="card-body form-body">
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="view-table"></div>
</div>
<div class="col-lg-8">
<div class="view-detail"></div>
</div>
</div>
</div>
</div>
The dots ... are header for the buttons.
This idea comes from an v5 app which displays multiple details like below.
"Server Name" is NOT the Journal, it is the separate table. The journal is "Share Name", etc.
with the Detail "Valid Group".
This was somewhat complicated App since only Admin Users would have access to all servers.
It was almost a multi-tenancy app.
Regards
D.