Support bootstrap 4
See original GitHub issueHi @AllenFang:
I’m trying to support bootstrap 4
and I’ll take a look on how it was implemented in react-bootstrap-table
. It would be take refer to but won’t be the same. If there’s any concern or advices, please let me know. Thanks a lot 😃
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (7 by maintainers)
Top Results From Across the Web
Browsers and devices - Bootstrap
Bootstrap supports the latest, stable releases of all major browsers and platforms. On Windows, we support Internet Explorer 10-11 / Microsoft Edge.
Read more >Introduction - Bootstrap
Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page.
Read more >Introducing our Long Term Support plan - Bootstrap Blog
Bootstrap 4 will move to Long Term Support after we release v4.4 and will no longer receive new features from then on.
Read more >Bootstrap · The most popular HTML, CSS, and JS library in the ...
Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to ...
Read more >Introduction · Bootstrap v4.6
Many of our components require the use of JavaScript to function. Specifically, they require jQuery, Popper, and our own JavaScript plugins. We use...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve been using react-bootstrap-table2 with Bootstrap 4.1.1, and so far the only thing I’ve needed to add is the caret. This is the CSS I added to my project so far:
Thanks for all the work on this project. The table works great!
Also the
table-condensed
class changed totable-sm
. Thecondensed
prop for ReactBootstrapTable2 adds the incorrect class name right now and has no effect. You can get around it by usingclasses="table-sm"
right now.