Finished demo app
This commit is contained in:
@@ -16,6 +16,9 @@ export default class TableView extends React.Component<{
|
||||
keyField='date'
|
||||
columns={ this.props.columns }
|
||||
data={ this.props.data }
|
||||
striped
|
||||
hover
|
||||
condensed
|
||||
pagination={ paginationFactory({
|
||||
pageStartIndex: 0,
|
||||
showTotal: true,
|
||||
|
||||
Reference in New Issue
Block a user