Change class="table" to class="bootstrap"!
See original GitHub issuePrerequisites
- I have searched for duplicate or closed feature requests
- I have read the contributing guidelines
Proposal
Change the class name table
to bootstrap
! (of course, keeping the old one for compatibility 😞 )
Another less specific alternative: class="responsive"
.
Motivation and context
The documentation says:
Bootstrap’s tables are opt-in. Add the base class
.table
to any<table>
But <table class="table" >
does not state that it is a table that should be handled by Bootstrap. It is confusing to the reader, in that it conveys no information at all.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Tables - Bootstrap
Just add the base class .table to any <table> , then extend with custom styles or our various included modifier classes. Using the...
Read more >Bootstrap table striped: How do I change the ... - Stack Overflow
With Bootstrap class table-striped , every other row in my table has a background colour equal to #F9F9F9 . How can I change...
Read more >Tables · Bootstrap - Boosted · Orange
Just add the base class .table to any <table> , then extend with custom styles or our ... .table-info, Indicates a neutral informative...
Read more >Learn to Change Bootstrap Background Color - BitDegree
Complete Bootstrap colors tutorial: find out how to change Bootstrap background color & Bootstrap text color. Start now and master Bootstrap ...
Read more >How to change background color of table rows or individual ...
< h3 >Change color of tables</ h3 >. < table class = "table table-bordered table-hover table-sm" >. < thread >.
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 FreeTop 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
Top GitHub Comments
No plans to change this.
Those classes are not for saying
h1 class="h1"
. It is explicitly stated in the doc.All 3 names I have given are better. Maybe someone can think of even better names.
What tools do you have in mind?