This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
table
| Attribute | Description | Default Value | Example |
|---|---|---|---|
| fields | attributes to put in columns | nil | fields=“name,created_at” |
| field-tag | DRYML for each cell | <view> | field-tag=“a” |
| empty | table contains no data | nil | empty=“true” |
| Parameter | Tag | Description | Default Content |
|---|---|---|---|
| thead | <thead> | table head | field-heading-row param |
| field-heading-row | <tr> | custom heading row | #{scope.field_name}-heading param |
| #{scope.field_name}-heading | <th> | custom heading cell | scope.field_name.titleize |
| tr | <tr> | ? | nil |
| #{this_field.to_s.sub(‘?’, ‘’).gsub(’.‘, ’-’)}-view | <td> | cell data | <&field-tag> |
| controls | |||
| edit-link | |||
| delete-button | |||
| tfoot |







