Packages

Layout and style that's easy to refactor, all without thinking about CSS.

Current section

Files

Jump to
legos include legos@element_TableColumn.hrl
Raw

include/legos@element_TableColumn.hrl

-record(table_column, {
header :: legos@internal@model:element(any()),
width :: legos@internal@model:length(),
view :: fun((any()) -> legos@internal@model:element(any()))
}).