Editable Form Table - proper way to use Form Layout component when in edit mode
Summary:
Issue with using editable form table cookbook recipe and edit-row functionality
Content (required):
Hello Community,
We have a requirement to bring up a form on an editable table based on a BO. I am running into an issue as to step five on the cookbook recipe to "Add a template slot, rowTemplate, to customize the row to use a Form Layout component when in edit mode." here.
Another resource (here) not using the form, but still an editable table, the template was able to change using the oj-bind-if when the table was in edit mode. When I attempt to us oj-bind-ifs the table does not change appearance. I downloaded the HTML element from the recipe and do not see any oj-bind-if to control this function but Knockout comments to control this functionality. Replacing all of my oj-bind-ifs with Knockout comments as per the recipe will then have the row go in edit mode as I had hoped.