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 notifications@github.com:
|
|
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.