mirror of
https://github.com/grafana/grafana.git
synced 2026-08-04 02:23:14 -05:00
set height
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user