使用bootstrap-Table服務端分頁,通過firBug控制臺能看到已經返回來10條數據了,但是頁面的表格中還是顯示沒有找到匹配的記錄,是怎么回事?html: <table class="table table-hover" id="userTable" > <thead>
<tr>
<th data-field="companyName">客戶名稱</th>
<th data-field="createDate">創建日期</th>
<th data-field="stutas">狀態</th>
<th data-field="tradeId">行業</th>
<th data-field="companyCode">下級公司</th>
<th data-field="banner">賬號</th>
<th data-field="cityName">操作</th>
</tr>
</thead></table>data-field的值也都跟查詢到的數據的鍵一樣但是頁面上就是沒得,求指教~~~
bootstrap-Table服務端分頁,獲取到的數據怎么再頁面的表格里顯示?
FFIVE
2018-09-04 19:14:32