Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive tables and rowspan - problem on small screen #3472

Closed
dbr0 opened this issue Aug 7, 2016 · 2 comments
Closed

Responsive tables and rowspan - problem on small screen #3472

dbr0 opened this issue Aug 7, 2016 · 2 comments

Comments

@dbr0
Copy link

dbr0 commented Aug 7, 2016

<table style="width:100%">
  <tr>
    <th>First Name:</th>
    <td>Bill Gates</td>
  </tr>
  <tr>
    <th rowspan="2">Telephone:</th>
    <td>555 77 854</td>
  </tr>
  <tr>
    <td>555 77 855</td>
  </tr>
</table>

When collapsed and title row switches to title colum the rowspan doesn't work anymore. It ignores it completely and the second row (row in collapsed view) misses one column (row in collapsed view)

@mescuderocuu
Copy link

@dbr0 isn't this already solve?
demo:
http://codepen.io/marcoswars/pen/eBgdaz

@jridky
Copy link

jridky commented Mar 14, 2017

No, it isn't. In your demo, you're not using responsive-table class for table element.

Is there any way, how to reach that state, in which will be table's rowspan behavior transferred to colspan behavior on small screens using responsive-table class for table?

@fega fega closed this as completed Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants