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

additional iteration over table rows #336

Open
jaredgalanis opened this issue Feb 12, 2017 · 3 comments
Open

additional iteration over table rows #336

jaredgalanis opened this issue Feb 12, 2017 · 3 comments
Labels

Comments

@jaredgalanis
Copy link
Member

In my table I need to iterate not just over a model with its properties for the rows, but also over collections of properties on that model. Is this something that you can do with ember-light-table?

@buschtoens
Copy link
Collaborator

[...] collections of properties on that model.

Can you please elaborate on what exactly you mean by that? :)

@alexander-alvarez
Copy link
Collaborator

I think @jaredgalanis 's format is a little like this:

const rows = [{
  foo: [{}, {}, {}]
},{
  foo: [{}, {}, {}]
}]

What's your expected output when handling something like this? nested rows?

@buschtoens
Copy link
Collaborator

@jaredgalanis FWIW, if you're interested in nested rows, we're tracking that in #243.

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

No branches or pull requests

3 participants