<%_ let cate = listCategories[0] || {}; let { listCategoryField, listCategoryRef, listCategoryShowMore } = cate; let cate2 = listCategories[1] || {}; let { listCategoryField: listCategoryField2, listCategoryRef: listCategoryRef2, listCategoryShowMore: listCategoryShowMore2 } = cate2; %>
<%_ if (listTitle) {%>
<%-listTitle%>
<%}%> <%_ if (listCategoryField2) {%>
<%}%>
<%_ if (listCategoryRef && listCategoryShowMore) {%>
-detail-field [showFieldsStr]="'<%-listCategoryShowMore%>'" [detailObj]="cat">-detail-field>
<%}%>
<%if (listCalendarRoute) {%>
Calendar View
<%}%>
No records found. Loading...
<% for (let view of widgetDef.views) {%> -list-view-widget-<%-view%> <%- include(`/widgets/list/view-component.inputs.html`)%> > -list-view-widget-<%-view%>> <%}%>
<%_ disableRefreshIcon = true; disableSortSelection = true; disableViewSwitch = true; pagiObj = {disableRefreshIcon, disableSortSelection, disableViewSwitch}; %><%-include(`/schema-list.pagination.html`, pagiObj) %>