Search code examples
reactjsreact-bootstrap-table

Table header is not aligned and this.setState is not working within private method in ReactJS


enter image description hereenter image description here

The Bootstrap Table header is not aligned with the data, am I missing any style? I'm using

import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table';

I have marked in the attached picture where this.setState is not working in a function within private method.


Solution

  • I've fixed the header alignment issue by

    import 'react-bootstrap-table/dist/react-bootstrap-table-all.min.css';