LiveUiKit.UI.Table (LiveUIKit v0.1.6)
Tables are used to display large sets of data in a structured way.
Link to this section Summary
Functions
Table component
Se table for example usage
Se table for example usage
Se table for example usage
Se table for example usage
Se table for example usage
Link to this section Functions
Link to this function
table(assigns)
Table component:
examples
Examples
<.table>
<.thead>
<.tr>
<.th>User<./th>
<.th>Role<./th>
</.tr>
</.thead>
<.tbody>
<.tr>
<.td>Jane<./td>
<.td>Admin<./td>
</.tr>
</.tbody>
</.table>
options
Options
extended_class
- The class or classes that will be appended to the default class attribute.
All further assigns will be passed to the table tag.
Link to this function
tbody(assigns)
Se table for example usage
Link to this function
td(assigns)
Se table for example usage
Link to this function
th(assigns)
Se table for example usage
Link to this function
thead(assigns)
Se table for example usage
Link to this function
tr(assigns)
Se table for example usage