use JeePlus framework, bootstrap table to implement Filter function for each column of the table: import bootstrap-table-filter-control.js error report 
 error message: 
  
js is introduced (bootstrap and bootstrap-table have been introduced in the public):
<link href="${ctxStatic}/plugin/bootstrapTable/extensions/filter-control/bootstrap-table-filter-control.css" rel="stylesheet" />
<script src="${ctxStatic}/plugin/bootstrapTable/extensions/filter-control/bootstrap-table-filter-control.js"></script>jsp Code:
<!--  -->
    <table id="bdPsndocTable" 
        toolbar="-sharptoolbar" 
        data-reorderable-columns="true"
        data-filter-control="true">
    </table>