> > I assume you're using LOAD() with ajax=False (the default), correct?
Correct.
> I think Massimo generally discourages use of non-ajax components
What's the rationale behind this?
> LOAD('default', 'mycomponent', vars=dict(rows=rows))
>
That did the trick nicely, and feels much less hacky. Thanks!
--

