xorcery / TableEditor

11 stars 8 forks source link

Is it possible to call this partial view from inside a partial view macro? #18

Open jattwood opened 7 years ago

jattwood commented 7 years ago

First off, great control! Thank-you 1) The code samples should include the using statements for both partial call as well as the partial view code @using TableEditor.Models

2) Can't seem to figure out if can call the provided partial from inside a partial view macro? any chance you can provide a sample to do that? I have a for loop in a macro that is looping through content nodes which contain a table editor control. Even if I try to cast the indexing var as IPublishedContent, I am still unable to call the render partial due to dyamic vs strongly typed issue. Any help appreciated!

Cheers

Jamie