Skip to content

Commit

Permalink
ChangeLog typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Aug 24, 2015
1 parent d1c68d1 commit dcd7d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
##### Breaking Changes
- The Table component is now composable. (#1199)
- JSON objects to create the table and the table component will no longer generate the table for you.
The docs site provides a complete example of how a table might look: http://material-ui.com/#/components/
table. The example also includes a 'super header' and 'super footer' row.
The docs site provides a complete example of how a table might look: http://material-ui.com/#/components/table.
The example also includes a 'super header' and 'super footer' row.
- **Upgrade Path:** Instead of passing in the raw JSON data, you'll need to generate the appropriate
TableHeader/TableRow/TableHeaderColumn components and pass them in as children. The same should be applied
to the rowData and the footer.
Expand Down

0 comments on commit dcd7d00

Please sign in to comment.