Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilieboe committed Jun 30, 2017
1 parent 039b4a1 commit 81fc42d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ The output of this function will be the contents of the expanded area of an expa
- `limit` and `offset` limit the number of table rows rendered. Behaves like `LIMIT` and `OFFSET` in SQL-queries and works well with the `sortable`-flag. Useful for pagination.
- `smallHeader` adds the `--small-header`-modifier to the table for reduced header width
on tables when screen width < 768px (`@breakpoint-md`).
- `alignLeft` adds the `--text-left`-modifier to the table for skipping left padding on content in the first column
```javascript
const expandedContentMapper = row => row.address && <span>Adresse: { row.address }</span>;

Expand Down

0 comments on commit 81fc42d

Please sign in to comment.