Skip to content

Themes

See Tabulator JS Themes for details.

Pytabulator comes with a number of pre-packaged theme stylesheets to make styling your table really simple. To use one of these instead of the default theme simply include the matching function before you render the table:

from pytabulator import theme

theme.tabulator_midnight()

Standard themes

tabulator_midnight()

Midnight

A dark, stylish layout using simple shades of grey.

tabulator_modern()

Modern

A neat, stylish layout using one primary color.

tabulator_simple()

Simple

A plain, simplistic layout showing only basic grid lines.

tabulator_site()

Site

The theme used for tables on the docs website of Tabulator JS.

Framework themes

tabulator_bootstrap3()

Bootstrap 3

A Bootstrap 3 compatible theme.

tabulator_bootstrap4()

Bootstrap 4

A Bootstrap 4 compatible theme.

tabulator_bootstrap5()

Bootstrap 5

A Bootstrap 5 compatible theme.

tabulator_semanticui()

Semantic UI

A Semantic UI compatible theme.

tabulator_bulma()

Bulma

A Bulma compatible theme.

tabulator_materialize()

Materialize

A Materialize compatible theme.