Finished demo app

This commit is contained in:
2020-02-28 16:21:56 +01:00
parent 71c77975f8
commit bead38bb21
12 changed files with 141 additions and 40 deletions
+3
View File
@@ -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,