1.0.0 • Published 6 years ago

@rickselby/tablesorter-bootstrap-sass v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Lightweight Bootstrap 4 theme for Mottie's tablesorter

A lightweight sass bootstrap 4 theme for mottie's tablesorter

The tablesorter does come with a bootstrap theme, but it makes a sortable table look completely different to any other table. This theme just adds the sorting icons to the header, and leaves the rest of the table untouched.

Usage

sass:

@import "~@rickselby/tablesorter-bootstrap-sass/bootstrap-4";

js:

$('#tablesorter').tablesorter({
    theme : 'bootstrap-4',
});

// Or set it as a default somewhere:
$.extend( true, $.tablesorter.defaults, {
    theme : 'bootstrap-4',
});
1.0.0

6 years ago