Tile View
To add a tile view to your exhibit, add
<div ex:role="view"></div>
Settings include:
| setting name | type of value | default | choices | meaning |
|---|---|---|---|---|
| ex:orders | list of expressions | .label | comma separated list of one or more expressions, e.g., ".age, .job" | |
| ex:directions | list of "ascending" or "descending" | ascending | how to sort each of the expressions in the ex:orders setting | |
| ex:possibleOrders | list of expressions | comma separated list of other expressions that the user can choose for sorting | ||
| ex:possibleDirections | list of "ascending" or "descending" | how each of the expressions in the ex:possibleOrders setting should be sorted when the user picks it | ||
| ex:showAll | boolean | true | whether to show all items (or just the first few); this is forced to true if ex:grouped is true and the items can be grouped | |
| ex:grouped | boolean | true | whether to show items in groups if they are "equal" in the current sorting order | |
| ex:abbreviatedCount | int | 10 | how many items to show if ex:showAll is false |

