How add horizontal scrollbar to table in react-virtualized (CodeSandBox)
问题 In this table I want to add some colums with widths. If columns are more width than page, the horizontal scrollbar doesn't show. How to remake example from sandbox and add horizontal scrollbar? Is to possible doing this by Table components? https://codesandbox.io/s/k9km4qjkk5 React: import React from "react"; import ReactDOM from "react-dom"; import { AutoSizer, Column, Table } from "react-virtualized"; import "./styles.css"; export default class List extends React.Component { state = { list: