We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975cd24 commit f9f1a63Copy full SHA for f9f1a63
redisinsight/ui/src/components/virtual-grid/VirtualGrid.tsx
@@ -41,7 +41,7 @@ const VirtualGrid = (props: IProps) => {
41
} = props
42
43
const scrollTopRef = useRef<number>(0)
44
- const [width, setWidth] = useState<number>(100)
+ const [width, setWidth] = useState<number>(200)
45
const [height, setHeight] = useState<number>(100)
46
const [forceScrollTop, setForceScrollTop] = useState<Maybe<number>>(scrollTopProp)
47
const [expandedRows, setExpandedRows] = useState<number[]>([])
0 commit comments