Hacker News new | ask | show | jobs
by olifolkerd 2762 days ago
Tabulator comes with 8 built in themes, two of witch use only the most minimal markup for the table to make the columns and rows distinguishable.

It also comes with a number of themes to help match other UI frameworks. See the themeing examples here: http://tabulator.info/examples/4.1#theming

As well as built in themes it comes with extensive documentation on the CSS classes as well as overrideable SASS variables for all themes to make customising as easy as possible, more information can be found in the styling documentation: http://tabulator.info/docs/4.1/style

1 comments

It doesn't look like any theme is specified in the JavaScript code on the front page. What theme is being used in the example, and how did it get configured?
That is the site theme, it is a specific theme for the site.

each theme is contained in its own CSS file, you simply include the CSS file for the theme of your choice.

Configuring themes for your table is covered extensively in the documentation along with examples of each theme in use: http://tabulator.info/docs/4.1/theme