aesthetic change
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user