Search code examples
javascripthtmlcsstwitter-bootstrapbootstrap-table

Bootstrap table search request only after ENTER press


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?


Solution

  • Use this options for Bootstrap-table : searchOnEnterKey or data-search-on-enter-key

    http://bootstrap-table.wenzhixin.net.cn/documentation/