-
Notifications
You must be signed in to change notification settings - Fork 138
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
custom row template support #176
base: master
Are you sure you want to change the base?
Conversation
Adds isCustomRow and customRowTpl to config. First is a function that returns boolean value. second one is the template that we want to use. |
I'm going to come back to this after I release version 0.7.0. I like the idea but I think it would also be good to break out a reactiveTableRowTemplate from the rest of the html, that the row template option would override. It would be useful as an example of how to write a row template and maybe it could be used with something like aldeed:template-extension. |
I'm new to meteor and originally I tried to make single property which can 2015-03-05 16:51 GMT+03:00 Amy Slagle [email protected]:
|
You can create a packages directory in your app and clone the repos for your packages in it, or symlink to them. Then you can run meteor add and it will use the local package instead of the published version, and automatically update the app when you change the package code. Much easier than publishing every change :) |
+1 for official support of expandable rows. We're currently trying to figure out how to do this cleanly, having issues with cleaning up on data changes. |
It's a standard case when we want to click on a table row and expand it to detailed view.