Skip to content

Commit

Permalink
props docz edited
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrn committed Oct 17, 2018
1 parent 059dda9 commit d91f819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docz/props.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Options property could be given to component as `options` property. You can chan
| Field | Type | Default | Description |
|:------------------|:----------|:--------------|:----------------------------------------------------------------------------------|
| columnsButton | boolean | false | Flag for columns button that controls which column could be rendered |
| exportButton | boolean | false | Flag for export button that render export buttons |
| filtering | boolean | false | Flag for filtering row |
| paging | boolean | true | Flag for paging feature |
| pageSize | numeric | 5 | Number of rows that would be rendered on every page |
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"index.d.ts"
],
"scripts": {
"start": "npm run docz:dev",
"build": "babel src --out-dir dist",
"copy": "robocopy dist docs/node_modules/material-table/dist",
"lint": "eslint src/** --fix",
Expand Down

0 comments on commit d91f819

Please sign in to comment.