From 81fc42d2b77d9af2c304aa185f1ad73fdc8dfed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cecilie=20B=C3=B8e?= Date: Fri, 30 Jun 2017 15:17:42 +0200 Subject: [PATCH] Updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ba304a29d..31ed3de36c 100644 --- a/README.md +++ b/README.md @@ -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 && Adresse: { row.address };