[V1]Prerender component in QDialog?
-
Looks like with v1.0+, QDialog will re-render the component whenever user re-opens the dialog, is it possible to make it pre render the component (just like v.0.17)?
I would like to put a table inside QDialog but I don’t want to reload the table to reload data due to component being re-rendered.
-
Are you talking about “reload data” as in… from a server?
Scott