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

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.

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