• Home
  • About
  • CV
  • Portfolio
  • Presentations
  • Publications
  • Workshops
  • USGS Staff Profile

Themes

Themes

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
1Minimal(No class name necessary)Preview</td></tr>
2Lightsortable-theme-lightPreview</td></tr>
3Darksortable-theme-darkPreview</td></tr>
4Bootstrapsortable-bootstrapPreview</td></tr>
5Slicksortable-theme-slickPreview</td></tr>
6Findersortable-theme-finderPreview</td></tr> </tbody> </table> You can download a release (containing all 6 themes) [here](/sortable). Or you can download them individually [here](https://github.com/HubSpot/sortable/tree/master/css).