question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sorting icon not showing

See original GitHub issue

Sorting icon missing

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

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
vijaychouhan-railscommented, May 29, 2021

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';
0reactions
Jeadonaracommented, Oct 30, 2020

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

jQuery dataTable doesn't show sort icon - Stack Overflow
Call the Datatables JS file and CSS file from the CDN. Not from local. · Now open the file with Datatables and inspect...
Read more >
sort icons not showing with Bootstrap 4 — DataTables forums
Hi, I need a help please. I am not getting sort icons displayed. Please assist.
Read more >
How to fix datatables sorting arrows not showing in header
You can enable F12 debugger , go to network tab, reload the page and see if there are any 401 errors ( not...
Read more >
"Sort by" icon is not visible - Microsoft Power BI Community
It seems that you're using Updated ribbon, in that case you will find Sort by icon under Column tools once you select a...
Read more >
Datatable sort icons not showing (Font Awesome 5 JS)
I use Font Awesome 5 JS version. I tried to do a snippet but the datatables function seems desactived.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found