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

Nesting Entries In Table Node. #59

Closed
srizzling opened this issue Dec 18, 2013 · 2 comments
Closed

Nesting Entries In Table Node. #59

srizzling opened this issue Dec 18, 2013 · 2 comments

Comments

@srizzling
Copy link

Would there be a way to nest entries in TableNode? i.e like

| firstName | John |
| address.street | 21st street |

@weaverryan
Copy link
Member

Hi there!

Do you mean "can I put the headers in the first column instead of along the top in the first row"? In other words, are you asking if it's possible to put firstName and address.street along the left like you have here instead of along the top? If so, then yes! The TableNode has 2 methods for getting off data: TableNode::getRowsHash and TableNode::getHash - one gets the data keyed when you're using the first 1 as the header and the other when you're using the first column as the headers.

If that's not what you meant, let us know!

@stof
Copy link
Member

stof commented Jan 5, 2014

Closing as there is no feedback

@stof stof closed this as completed Jan 5, 2014
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

3 participants