There are several different ways to get values from within en Embedded View. The two following methods are the most common, useful, and easy to maintain:
1. Using View params:
The View itself needs to have params in place. In the Project Browser, click the View node of the View which you will be embedding (View B).
Locate the params category and make a new param value (or an object which contains relevant param values) and click the arrows to the right of the value until the arrows point both ways (bidirectional).
Hi,
If I want checkbox as a view in the table column then how can I achieve this bcoz if render: boolean and boolean prop: checkbox are selected then need to click 2times to select the checkbox in the table column …is there any solution for this ?If I select render as view and viewpath of checkbox(created in separate view) then it is not returning any value by clicking on checkbox column…
on render boolean…oneditcellcommit …it is returning value as true/false based on select/deselect but the issue is one click to enable the edit cell then it is allowing to select/deselect the checkbox …which is not acceptable…