Bootstrap table implements the Filter function of each column of the table: import bootstrap-table-filter-control.js to report errors

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>
Nov.02,2021

may be caused by a mismatch between the low version of bootstrap-table and the version of the filter-control plug-in. There is no fieldsColumnsIndex attribute in the lower version of bootstrap-table. You can use version 1.12.1 of bootstrap-table ^ _ ^

.
Menu