Jquery 表中的复选框列无法排序

Jquery 表中的复选框列无法排序,jquery,twitter-bootstrap-3,bootstrap-sortable,Jquery,Twitter Bootstrap 3,Bootstrap Sortable,我正在整理桌子。对于除复选框列之外的所有列,它都可以正常工作 我所期望的是,当有人选中取消选中复选框后,当有人单击表的表头时,它将根据选中的复选框进行排序 当有人选中复选框时,我还将列的数据值设置为1。这也无济于事 <table id="selectedFeesToInvoiceTable" class="sortable table table-bordered table-condensed"> <thead class="table-he

我正在整理桌子。对于除复选框列之外的所有列,它都可以正常工作

我所期望的是,当有人选中取消选中复选框后,当有人单击表的表头时,它将根据选中的复选框进行排序

当有人选中复选框时,我还将列的数据值设置为
1
。这也无济于事

     <table id="selectedFeesToInvoiceTable" class="sortable table table-bordered table-condensed">
            <thead class="table-header">
                <tr>
                    <th class="borderFix"><input type="checkbox" id="selectAllCheckBox" style="vertical-align:-2px;margin-right:5px;" />Select all</th>
                    <th>Fee date range</th>
                    <th>Case</th>
                    <th>Transaction type</th>
                    <th class="text-right" style="padding-right:2%;">Amount</th>
                    <th class="text-right" style="padding-right:2%;border-width:2px 2px 2px 0;">Exp terms</th>
                </tr>
            </thead>
            <tbody></tbody>
        </table>

全选
收费日期范围
案例
交易类型
数量
出口条件