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