/mod-simple-datatables

A Hugo module to enhance tables powered by simple-datatables to your Hinode site (work in progress)

Primary LanguageJavaScriptMIT LicenseMIT

Hinode Module - Simple Datatables

A Hugo module to enhance tables powered by simple-datatables to your Hinode site (work in progress)

About

Logo

Hinode is a clean blog theme for Hugo, an open-source static site generator. Hinode is available as a template, and a main theme. This repository maintains a Hugo module to add simple-datatables to a Hinode site. Visit the Hinode documentation site for installation instructions.

Contributing

This module uses semantic-release to automate the release of new versions. The package uses husky and commitlint to ensure commit messages adhere to the Conventional Commits specification. You can run npx git-cz from the terminal to help prepare the commit message.

Usage

Simple datatables is compatible with Bootstrap tables. It uses Hugo's i18n folder for the translation tables of multilingual sites. Add the attribute data-table to the class of any table. The following arguments are supported:

Argument Default Description
data-table-sortable true Toggle the ability to sort the columns.
data-table-paging true Whether paging is enabled for the table.
data-table-searchable true Toggle the ability to search the dataset.