Skip to content

Commit

Permalink
Merge pull request #1690 from elamje/patch-1
Browse files Browse the repository at this point in the history
Update tables.md with grammar fix
  • Loading branch information
alexreardon authored Jan 8, 2020
2 parents 8606c85 + f9b546f commit 9ab2498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patterns/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are two strategies you can use when reordering tables.

### Strategy 1: fixed layouts

In order to use this strategy the widths of your columns need to be fixed - that is, they will not change depending on what content is placed in the cells. This can be achieve with either a `table-layout: fixed` or `table-layout: auto` as long as you manually set the width of the cells (eg `50%`).
In order to use this strategy the widths of your columns need to be fixed - that is, they will not change depending on what content is placed in the cells. This can be achieved with either a `table-layout: fixed` or `table-layout: auto` as long as you manually set the width of the cells (eg `50%`).

The only thing you need to do is set `display: table` on a `<Draggable />` row while it is dragging.

Expand Down

0 comments on commit 9ab2498

Please sign in to comment.