Is there any way to disable sorting on a specific row using the bootstrap-table library? The reason is my last row is a "Totals" row and I obviously want that to be the last row in every situation.
http://jsfiddle.net/e3nk137y/11389/
It looks like this functionality is incorporated into this bootstrap-sortable library by setting the data-disable-sorting attribute to true on the <tr> element you want to disable (here). Perhaps it's best to use this library on top of bootstrap-table if this isn't available in bootstrap-table?