module-table.partial.html 876 Bytes
<table-for datasource="items" class="table table-condensed table-hover" schema="{{Schema}}" filtering="searchTerm" sorting="" paging="" grouping="grouping" wrapper-class="" table-class="">
	<table-titlebar columns-options="true" paging="true"></table-titlebar>
    <table-heading sorting="true">
        <!--<table-cell column=""></table-cell>--> <!-- for overriding -->
    </table-heading>
    <table-data-rows>
        <table-selection></table-selection>
        <!--<table-cell column=""></table-cell>--> <!-- for overriding -->
        <!--<table-expand-template></table-expand-template>--> <!-- for expanding -->
        <table-actions>
            <a class="btn btn-xs btn-primary" ng-click="viewItem(item)"><i class="icon-D-Eyeglasses2"></i>View</a>
        </table-actions>
    </table-data-rows>
    <table-footer paging="true">
    
    </table-footer>
</table-for>