Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Can't show correct when rowspan > 1 with Stack Mode #247

Closed
vanloc0301 opened this issue Nov 4, 2016 · 3 comments
Closed

Can't show correct when rowspan > 1 with Stack Mode #247

vanloc0301 opened this issue Nov 4, 2016 · 3 comments
Labels
enhancement needs-votes In the enhancement queue, needs upvotes! tablesaw-mode-stack

Comments

@vanloc0301
Copy link

I have a table with structure like:

<tr>
	<td rowspan="2">User</td>
	<td>Jackson</td>
</tr>
<tr>
	<td>Smith</td>
</tr>

It will show table in Stack Mode like:

User          Jackson
Smith

It should be like:

User          Jackson
User          Smith
@zachleat
Copy link
Member

zachleat commented Feb 9, 2017

This is a valid bug and I’ve added this limitation to the readme. However, your example isn’t quite right. If you want labels to show up when Stack mode is activated, they’d need to be headers cells in <thead>.

@ghost
Copy link

ghost commented Feb 10, 2017

#153

@zachleat zachleat added the needs-votes In the enhancement queue, needs upvotes! label Dec 10, 2018
@zachleat
Copy link
Member

This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open.

The enhancement backlog can be found here: https://github.com/filamentgroup/tablesaw/issues?utf8=%E2%9C%93&q=label%3Aneeds-votes+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement needs-votes In the enhancement queue, needs upvotes! tablesaw-mode-stack
Projects
None yet
Development

No branches or pull requests

2 participants