Use javascript to activate filters in BootstrapTable

I am using the server-side option of 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>

how do I use javascript to select a Type filter?

Mar.24,2022

you can see the example here: http://bootstrap-table-exampl.

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31ec4-2bddf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31ec4-2bddf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?