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.

Does bootstrap-table break rowspan?

See original GitHub issue

Does bootstrap-table break rowspan? The following code should has the date spanning two rows in the first column UNTIL I add data-toggle=“table”.

                                        <table data-toggle="table">
                                            <thead>
                                                    <th>Date</th>
                                                    <th>Price</th>
                                            </thead>
                                            <tbody>
                                                <tr>
                                                    <td rowspan="2">2015-04-19 20:03:00</td>
                                                    <td>US$ 4,499</td>
                                                </tr>
                                                <tr>
                                                    <td>US$ 4,499 / $ 2.836.688</td>
                                                </tr>                                                   


                                            </tbody>
                                        </table>

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jhourladcommented, Dec 2, 2015

This is not working even in the Fiddle example. Columns are swapping unconditionally when sorted.

1reaction
IanWorthingtoncommented, May 9, 2015

Love it! Thanks djhvscf!

Read more comments on GitHub >

github_iconTop Results From Across the Web

rowspan in bootstrap table class - Stack Overflow
html - rowspan in bootstrap table class - Stack Overflow. Stack Overflow for Teams – Start collaborating and sharing organizational knowledge.
Read more >
Table Options - Bootstrap Table
Indicate a unique identifier for each row. The Unique id should always be safe for html e.g. alphanumeric, it should not contain chars...
Read more >
Tables - Bootstrap
All table styles are inherited in Bootstrap 4, meaning any nested tables will be styled in the same manner as the parent.
Read more >
d-print-... - Bootstrap CSS class
Bootstrap CSS class d-print-... with source code and live preview. You can copy our examples and paste them into your project!
Read more >
Table - React-Bootstrap
Across every breakpoint, use responsive for horizontally scrolling tables. Responsive tables are wrapped automatically in a div . The following example has 12 ......
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