Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Data Table Helpers #19

Open
jowers opened this issue Feb 19, 2015 · 0 comments
Open

Data Table Helpers #19

jowers opened this issue Feb 19, 2015 · 0 comments

Comments

@jowers
Copy link
Contributor

jowers commented Feb 19, 2015

We should add in a set of procs to help handle different data table types.

Examples taken from pull request #14

| heading_1 | heading_2 |
| data 1 | data 2 |

| heading_1 | data 1 |
| heading_2 | data 2 |

and, of course, something with multiple values in:

| heading_1 | heading_2 |
| row_1 1 | row_1 2 |
| row_2 1 | row_2 2 |
| row_3 1 | row_3 2 |

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant