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);

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-1b3fdbe-2c4b1.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-1b3fdbe-2c4b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?