mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -06:00
set height
This commit is contained in:
parent
f3712f748a
commit
8cb52ee626
@ -355,9 +355,9 @@ export class TablePanel extends PureComponent<Props> {
|
||||
<ReactTable
|
||||
data={rows}
|
||||
columns={columns}
|
||||
defaultPageSize={pageSize}
|
||||
pageSize={pageSize}
|
||||
style={{
|
||||
height: height - 20 + 'px',
|
||||
height: height + 'px',
|
||||
}}
|
||||
showPaginationBottom={showPaginationBottom}
|
||||
getTdProps={(state, rowInfo, column, instance) => {
|
||||
|
Loading…
Reference in New Issue
Block a user