To use a builtin theme, you must include the theme style sheet, and add the class name to the table to match:
<link rel="stylesheet" href="sortable-theme-light.css" />
<table class="sortable-theme-light" data-sortable>
<!-- ... -->
</table>
At the moment, there are 6 themes:
Theme | Class name | ||
---|---|---|---|
1 | Minimal | (No class name necessary) | Preview |
2 | Light | sortable-theme-light | Preview |
3 | Dark | sortable-theme-dark | Preview |
4 | Bootstrap | sortable-bootstrap | Preview |
5 | Slick | sortable-theme-slick | Preview |
6 | Finder | sortable-theme-finder | Preview |
You can download a release (containing all 6 themes) here. Or you can download them individually here.