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

Serialisation of nested types #11

Open
jordangray opened this issue Jan 17, 2014 · 0 comments
Open

Serialisation of nested types #11

jordangray opened this issue Jan 17, 2014 · 0 comments
Assignees

Comments

@jordangray
Copy link
Member

Allow nested types to be serialised in one of two ways:

  • flat—add extra columns with headings on the same line as properties of the containing type; and
  • subheadings—nested types are serialised such that their headings appear on a separate line below the containing type's headings. The number of heading lines should be unlimited, cells above should be merged and given the heading name corresponding to the property on the containing object. FreezeHeaders will freeze all heading lines.
@ghost ghost assigned jordangray Jan 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant