Table header 未对齐并且 this.setState 在 ReactJS 的私有方法中不起作用
Table header is not aligned and this.setState is not working within private method in ReactJS
Bootstrap Table header 与数据不一致,我是否缺少任何样式?我正在使用
import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table';
我在附图中标记了 this.setState 未在私有方法中的函数中工作。
我已经通过
修复了 header 对齐问题
import 'react-bootstrap-table/dist/react-bootstrap-table-all.min.css';
存在可能性并在需要的组件中使用默认 Bootstrap 代码,但在这种情况下,您必须使用 index.html 文件中的 Bootstrap 正常工作所需的 CDN 链接应用
Bootstrap Table header 与数据不一致,我是否缺少任何样式?我正在使用
import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table';
我在附图中标记了 this.setState 未在私有方法中的函数中工作。
我已经通过
修复了 header 对齐问题import 'react-bootstrap-table/dist/react-bootstrap-table-all.min.css';
存在可能性并在需要的组件中使用默认 Bootstrap 代码,但在这种情况下,您必须使用 index.html 文件中的 Bootstrap 正常工作所需的 CDN 链接应用