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

does reactive-table has Row Expander functionality ? #350

Open
sharathbangera6 opened this issue Feb 10, 2016 · 3 comments
Open

does reactive-table has Row Expander functionality ? #350

sharathbangera6 opened this issue Feb 10, 2016 · 3 comments

Comments

@sharathbangera6
Copy link

Hi,

Wanted to know if reactive-table provides row-expander functionality ? any idea on how to implement the same if it doesn't provide ?

@aslagle
Copy link
Owner

aslagle commented Feb 11, 2016

No, sorry. And unfortunately I don't think you could implement it without modifying the package.

@datanotion
Copy link

@sharathbangera6 you could consider doing it this way: #296 until there is an officially supported option. I know that the gentleman that wrote it is planning on eventually writing it as a tmpl as @aslagle suggested, but it's an option for now (I'm using it). You'd just have to be careful when updating the core reactive-table package.

@ClarenceL
Copy link
Contributor

ClarenceL commented Jun 19, 2016

I've added a new pull request: #403

You can try out the code here: https://github.com/ClarenceL/reactive-table/tree/feature-child-tmpl

It's pretty simple, on the column you want the expand button, for the fields item, add the setting expandButton: true

Then add to the root settings object children: { tmpl: Template."your template name" }

See the added readme CHILD_TABLE_README.md for more details

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

4 participants