Skip to Main Content
Feature Request FR-4470
Product Area User Interface
Status CLOSED

1 Voters

In-Place editing of Read-Only Form Columns for a better UX

appex Public
· May 20 2025

Idea Summary
Currently, editing columns in APEX is possible only by loading the entire form page even if we want to modify just one column value. Instead, allow read-only forms to have its columns editable by clicking on them to put the column in edit mode to edit its value “in-place” quickly.

Use Case
Contemporary web sites like JIRA allow us to quickly edit individual columns in-place without having to load the entire form to edit just one column. User should be able to edit any random columns individually by just clicking on them. This adds to better UX and user-friendliness to quickly edit a column value without overwhelming the user with a full-blown form comprising of all the columns of its underlying table/s. You can check out JIRA as they offer free account with 10 users.

Preferred Solution (Optional)
Read-Only forms should have their columns editable by clicking on them and after done with editing, user would click the column's icons to either Submit (check mark) or Cancel (X) the edit. Accordingly, the read-only columns would be configurable as for their editability/authorization in the Page Designer to render them as tiny “column-forms”.

If we can accomplish something without having to opening another page or modal, do it in-place with the shortest click-path and the quickest action to save user's time and productivity.

We reviewed this idea carefully, and while it was interesting, we concluded that due to all the internal implications we need to take into account, it is unlikely to make its way into APEX.

Comments

Comments

  • vincent morneau Admin OP 3 weeks ago

    Hi @appex , Jira does use this pattern, and it's quite useful for their use case. It's quite a departure from APEX architecture (page submit vs individual auto-save). While we can't prioritize this idea right now, I wouldn't it rule out in the future.