I use searching in bootstrapp table by usage standard HTML attributes.
<table id="clients-table" class="table table-striped table-condensed"
data-url="../data.json"
data-side-pagination="server" data-search="true" >
<thead>
I want to reduce server requests. How can I set searching in bootstrap table only after [ENTER] press or skip request for example when I push arrow buttons?
Use this options for Bootstrap-table :
searchOnEnterKey
or data-search-on-enter-key