Cinder.Components.Table (Cinder v0.3.0)

View Source

Theme properties for the main table component.

This module defines all the theme properties that can be customized for the table structure itself, including the container, table element, headers, rows, and cells.

Summary

Functions

Returns the default theme values for table properties. Provides only the bare minimum classes needed for usability.

Returns all theme properties available for the table component.

Validates that a theme property key is valid for this component.

Functions

default_theme()

Returns the default theme values for table properties. Provides only the bare minimum classes needed for usability.

theme_properties()

Returns all theme properties available for the table component.

valid_property?(key)

Validates that a theme property key is valid for this component.