nui-busy [busy]="isBusy"<% } %>><% if (dataSource === "serverSide") { %>
<% } %>
<% if (selectionMode === "multi") { %>
<% } %><% if (enableSort) { %>
<% } %><% if (enableSearch) { %>
<% } %>
!isBusy && (listItems$ | async).length === 0<%
} else {%>filteringState.repeat?.itemsSource.length === 0<% } %>">
No results
[itemsSource]="listItems$ | async"
[virtualScroll]="true"
[itemSize]="30"<%
} else { %>
[itemsSource]="filteringState.repeat?.itemsSource"<% } if (selectionMode !== "none") { %>
(selectionChange)="onRepeatOutput($event)"><% } else { %>><% } %>
<%
if (pagingMode === "virtualScroll") {%>
<% }
if (pagingMode === 'pagination') { %>
<% } %>