View Source Exzeitable.HTML (Exzeitable v0.6.8)

For building the HTML tags themselves, check CSS.md for information on applying CSS classes.

Summary

Functions

Root function for building the HTML table

Appends additional classes onto the default class if user defined them in config

Functions

build(assigns)

@spec build(map()) :: {:safe, iolist()}

Root function for building the HTML table

class(params, class)

@spec class(Exzeitable.Params.t(), String.t()) :: String.t()

Appends additional classes onto the default class if user defined them in config