cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possiple to have multiple header row widgets in AlfListView

satheeshkumar
Champ in-the-making
Champ in-the-making
Hi All,

Is it possible to have multiple widgets header row,
for example the below widgets goes under
widgetsForHeader
in
AlfListView



var widgetsViewForHeader = [ {
   name : "alfresco/lists/views/layouts/HeaderCell",
   config : {
      label : "Product Code"
   }
},
{
   name : "alfresco/lists/views/layouts/HeaderCell",
   config : {
      label : "QA Deployed Date"
   }
},
{
   name : "alfresco/lists/views/layouts/HeaderCell",
   config : {
      label : "QA Deploy Status"
   }
},
{
   name : "alfresco/lists/views/layouts/HeaderCell",
   config : {
      label : "UAT Deployed Date"
   }
},
{
   name : "alfresco/lists/views/layouts/HeaderCell",
   config : {
      label : "UAT Deploy Status"
   }
},
{
   name : "alfresco/lists/views/layouts/HeaderCell",
   config : {
      label : "PROD Deployed Date"
   }
},
{
   name : "alfresco/lists/views/layouts/HeaderCell",
   config : {
      label : "PROD Deploy Status"
   }
}];



I would like to have a single Header for "QA" and have "QA Deployed Date" and "QA Deploy Status" as sub headers.(i.e. Two row Header).
Is there a way to achieve this.

Thanks in Advance,
1 REPLY 1

ddraper
World-Class Innovator
World-Class Innovator
There currently isn't an Aikau widget available out-of-the-box that can do this (at the time of writing the latest release is 1.0.16)…however, there is nothing to stop you from creating your own widget that provides this capability and using that.

Regards,
Dave
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.