我正在使用Bootstrap-table的服務器端選項
<table class="table table-condensed table-bordered table-hover" id="theTable" data-toggle="table" data-url="/getRows.jsp" data-side-pagination="server" data-filter-control="true" data-pagination="true" data-click-to-select="true" data-id-field="id" data-show-footer="false" data-minimum-count-columns="2" data-pagination="true" > <thead> <tr> <th data-sortable="true" data-field="Type" data-filter-control="select">類型</th> ... </tr> </thead> <tbody> </tbody> </table>
如何使用javascript選擇“類型”過濾器?
相关分类