Hello,
I was having a lot of fun until I hit this one up:).
This happens on my rails app only when I go back to the table's page.
Turbolinks seems to be the problem.

Both header (search row) and footer (pagination links row) keep multiplying (see below) each time I go forth and then again back, until I actually either refresh or access the table page via its link.

Thank you so much for this fantastic work!!!
Luca
Please provide a jsFiddle to show your problem, thanks!
Hi! We don't have any reply in that case we are going to close this issue. If the issue is still present please open a new Issue or PR. Thanks!
Don't forget to destroy BT before caching:
$(document).on("turbolinks:before-cache", function() {
$('[data-toggle="table"]').bootstrapTable('destroy');
});
@Bighamster The trigger won't be fired if you press F5 :-/ or if you redirect_to in controller to the same page
Most helpful comment
Don't forget to destroy BT before caching: