Empty Table Templating

Empty table row could be customised using mTemplate poerty as 'emptyTable'.

<m-table [value]=countries>
    <ng-template mTemplate="emptyTable">
        // Custom HTML
    </ng-template>
</m-table>

This could be used to show loading msg while loading table, showing error message or showing no records found etc.

results matching ""

    No results matching ""