Skip to main content

Nested View

Lets you embed a shared view as an element in a layout. Due to it still being in an experimental state, setting it up correctly is slightly more involved.

  • Shared view – select a view you want to embed
  • View model expression – entity expression for nested view model.
    If left empty defaults to (entity, db, ctx) => entity
  • Visible – an expression that needs to return true for the nested view to be enabled
  • Enabled – an expression that needs to return true for the nested view fields to be editable