Replies: 1 comment
-
Love this. Something I can look into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes, especially on big components, not the whole component HTML must be rerendered, but just a small part. It could be helpful if only this part is rendered and morphed into the DOM at the client on demand.
This could be done using a manual parameter on
update(partial="#somediv_id")
, or better directly using a separatedupdate_partial(id="somediv_id")
in a public method.Beta Was this translation helpful? Give feedback.
All reactions