Packages

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

Current section

Files

Jump to
legos include legos@element_IndexedColumn.hrl
Raw

include/legos@element_IndexedColumn.hrl

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