Hi All,
I have a reference field(lookup) named SKU. When user clicks on the lookup field it displays table component letting user to select one row at once .It has having several columns.Values in some of the columns are populated based on filters and in few columns values are taken up from model. I have added a field favorite(checkbox) which will let user to mark a particular row as favorite after checking that checkbox.I have added the field favorite(checkbox) in model as well as in table component .I am unable to check or uncheck the checkbox .It’s not editable.
As shown above Favorite is not editable. How can I add an editable field on this table.
Thanks