mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-19 05:40:44 +00:00
Add tableSection.isHidden; table.capabilities; adornmentType.CODE_EDITOR
This commit is contained in:
@ -59,6 +59,11 @@ function QRecordSidebar({tableSections, widgetMetaDataList, light, stickyTop}: P
|
||||
const sidebarEntries = [] as SidebarEntry[];
|
||||
tableSections && tableSections.forEach((section, index) =>
|
||||
{
|
||||
if(section.isHidden)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (index === 1 && widgetMetaDataList)
|
||||
{
|
||||
widgetMetaDataList.forEach((widget) =>
|
||||
|
Reference in New Issue
Block a user