cell
Overview
<grid>
<text-input label="First name" bind="first_name" required="false" />
<text-input label="Last name" bind="last_name" required="false" />
</grid><grid>
<cell>
<text-input label="First name" bind="first_name" required="false" />
</cell>
<cell>
<text-input label="Last name" bind="last_name" required="false" />
</cell>
</grid>Basic Example
Standard Attributes
Advanced Attributes
column-span
column-span
row-span
row-span
show-if and hide-if
show-ifhide-ifshow-if and hide-ifComponent Methods
Last updated