aesthetic change
parent
cf57dc0014
commit
4976daf047
|
|
@ -58,7 +58,7 @@ export default class ServerTable extends React.Component<any, any> {
|
|||
defaultPageSize={100}
|
||||
className="-striped -highlight"
|
||||
style={{
|
||||
height: "550px"
|
||||
height: "500px"
|
||||
}}
|
||||
>
|
||||
{(state, makeTable, ) => {
|
||||
|
|
@ -68,7 +68,7 @@ export default class ServerTable extends React.Component<any, any> {
|
|||
{makeTable()}
|
||||
{/* <Chart data={lastFiltered} /> */}
|
||||
<CSVLink data={lastFiltered} filename={"data.csv"}>
|
||||
Click here to download CSV file
|
||||
Download CSV
|
||||
</CSVLink>
|
||||
<br />
|
||||
<Tips />
|
||||
|
|
|
|||
Loading…
Reference in New Issue