Skip to content

Commit

Permalink
Fixed #171
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Oct 31, 2017
1 parent 716d3c6 commit ee5c96e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/showcase/datatable/DataTableDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,12 @@ export class DataTableLazyDemo extends Component {
<td>null</td>
<td>Number of total records, defaults to length of value when not defined.</td>
</tr>
<tr>
<td>rowsPerPageOptions</td>
<td>array</td>
<td>null</td>
<td>Array of integer values to display inside rows per page dropdown.</td>
</tr>
<tr>
<td>lazy</td>
<td>boolean</td>
Expand Down

0 comments on commit ee5c96e

Please sign in to comment.