column
Overview
Basic Example
<var name="users" type="query:user" />
<object-table label="Users" query="users">
<column heading="First Name">{first_name}</column>
<column heading="Last Name">{last_name}</column>
</object-table>function init() {
view.users = DB.user.all();
}
Standard Attributes
heading
headingAdvanced Attributes
display
displayfilter
filterfit
fitfreeze
freezeicon
iconsearch
searchshow-if and hide-if
show-ifhide-ifshow-if and hide-ifsort
sortsort-value
sort-valuesorting
sortingstyle
stylestyle-align
style-alignstyle-background-color
style-background-colorstyle-bold
style-boldstyle-color
style-colorstyle-icon-color
style-icon-colorstyle-italics
style-italicsstyle-strikethrough
style-strikethroughstyle-underline
style-underlineLast updated