Sorting icon missing
<BootstrapTable keyField="ID"
data={this.state.data}
columns={this.state.columns}
striped
bootstrap4/>

can you share more? I think it's work for bootstrap 4
https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Bootstrap%204&selectedStory=Sort%20table%20with%20bootstrap%204&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel
What version u used?
I'm using BS4
I mean the version of react-bootstrap-table-next and I think because it work for me on the above example, would you please give me some reproduce code or env? thanks . Online example will be good
I am also having this issue
I think there is a problem with webpack, the workaround fix is like here: https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/1301#issuecomment-603049898
import following at the top
import 'react-bootstrap-table-next/dist/react-bootstrap-table2.min.css';
import 'react-bootstrap-table2-filter/dist/react-bootstrap-table2-filter.min.css';
Most helpful comment
import following at the top