【发布时间】:2015-11-12 14:40:58
【问题描述】:
我使用标准 HTML 属性在 bootstrap 表中进行搜索。
<table id="clients-table" class="table table-striped table-condensed"
data-url="../data.json"
data-side-pagination="server" data-search="true" >
<thead>
我想减少服务器请求。如何仅在 [ENTER] 按下或跳过请求(例如当我按下箭头按钮时)后在引导表中设置搜索?
【问题讨论】:
标签: javascript html css twitter-bootstrap bootstrap-table