Fixed columns of the bootstrap-table-fixed-columns.js plug-in cannot be sorted

problem description

the fixed columns of this plug-in cannot be sorted, and all other columns can be sorted

the environmental background of the problems and what methods you have tried

 <table class="table-striped table-hasthead nowrap" id="tableTest1" data-search="true" data-fixed-columns="true" data-fixed-number="3">
                                <thead>
                                    <tr>
                                        <th></th>
                                        <th data-sortable="true"></th>
                                        <th data-sortable="true"></th>
                                        <th data-sortable="true"></th>
                                        <th data-sortable="true"></th>
                                        <th data-sortable="true"></th>
                                        <th data-sortable="true"></th>
                                        <th data-sortable="true"></th>
                                        <th data-sortable="true"></th>
                                        <th data-sortable="true"></th>
                                        <th data-sortable="true"></th>
                                        <th class="lastcolumn"></th>
                                    </tr>
                                </thead>
                                <tbody>
< H2 > example is a fixed 3 columns, but fixed columns can not be sorted, click there is no response, how to deal with so that fixed columns can also be sorted, thank you very much! < / H2 >
Oct.13,2021

has been solved
mainly changes the plug-in code to var that = this, $trs = this.$header.find ('tr') .clone (true);

Menu