2025-06-27 10:04:22 +08:00

32 lines
842 B
HTML

<div >
<table st-table="dispData" st-safe-src="myData" class="table table-hover bag" id="myTable">
<thead>
<tr>
<td colspan="6">
全文搜索: <input type="text" st-search="" placeholder="项目标题查询" />
<input type="button" name="搜索" value="搜索" ng-click="SelectInfo()" />
</td>
</tr>
<tr class="text-xs">
<th ng-repeat="item in myDataHead">{{item}}</th>
</tr>
</thead>
<tbody>
</tbody>
<tfoot>
<tr>
<td colspan="6" class="text-center">
<div st-pagination="" st-items-by-page="5" st-displayed-pages="15"></div>
</td>
</tr>
</tfoot>
</table>
</div>