If we want to have a table that is editable in a page layout, we need to edit the metadata of the page to make the specific column editable.
This is an example of a table with editable columns:
Here is how we make columns editable:
- Click the Metadata icon in the page layout.
This opens the Edit Metadata dialog box. - Scroll down to the column that needs to be editable, and change the isEditable property to true.
- Click Save to close the dialog box.