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-plus
| Attribute | Description | Default Value | Example |
|---|---|---|---|
| sort-columns | identify which columns can be sorted | nil | sort-columns=“this,updated_at” |
| Parameter | Tag | Description | Default Content |
|---|---|---|---|
| header | <div> | table header | search form |
| search-form | <form> | search form | form to search table |
| [#{scope.field_name}-heading | <th> | custom column header | scope.field_name.titleize with links for sorting if sort-columns used |
| #{scope.field_name}-heading-link | <a> | custom column header link | link for sorting if sort-columns used |
| up-arrow | <do> | arrow appended to column name to indicate sort direction | uarr |
| down-arrow | <do> | arrow appended to column name to indicate sort direction | darr |
| empty-message | <do> | message displayed in absence of rows | No <collection-name lowercase> |
| page-nav | <page-nav> | pagination control |






