Direct Edit from Table View (more like Excel cell)

Hi,
Is there any option to use like a drop-down list for the fields directly from the table view? If so, how to achieve this.

Thank you.

Solved Solved
0 3 715
  • UX
1 ACCEPTED SOLUTION

As @Aleksi said.

To activate it while in the view, you then need to tap the icon in the upper right - square with a pencil.

2X_0_0c7f15e6e169a69ba9f0862494658f5eaad2e333.png

To show a โ€œdropdownโ€ (actually presented as a popup) your column needs to be an Enum type. For example, below is a table in QuickEdit mode showing my Class Code column. Tapping on a cell will popup the list of available values implemented in the column.

View in QuickEdit mode and scrolled to the Class Code column

View after tapping on a cell to allow choice of value

View solution in original post

3 REPLIES 3

Have you tried the option โ€œEnable QuickEditโ€ with the table view?

As @Aleksi said.

To activate it while in the view, you then need to tap the icon in the upper right - square with a pencil.

2X_0_0c7f15e6e169a69ba9f0862494658f5eaad2e333.png

To show a โ€œdropdownโ€ (actually presented as a popup) your column needs to be an Enum type. For example, below is a table in QuickEdit mode showing my Class Code column. Tapping on a cell will popup the list of available values implemented in the column.

View in QuickEdit mode and scrolled to the Class Code column

View after tapping on a cell to allow choice of value

Thank you for the screenshots & detailed explanation.

Top Labels in this Space