I have a Master Table with the Details Table.
And activated the Extension Details PreviewWhen I click on the row the Details Preview show just below the row.Here on the Details Preview it shows the Table Name for the Details but how can I hide this details table name for all the rows.And just below the Details Preview it show a icon to open the Master/Details Page. I would like to hide this icon also for all the rows.I want to hide the tab caption for the Details Preview and also the icon just below the details preview to open the Master/Details Page.
You may simply put this following css code into HTML → Styles → User, after that, re-generate all the script files again:
li.nav-item,
.ew-detail-btn-group.btn-group.btn-group-sm {
display: none;
}
It hide all the Side Bar Menu item also.