Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
English
In this article, we will show how we can combine multiple fields' values into one. As an example, we are going to use an image upload field and textual field and combine them together into one to produce the following result.

Image Modified

Figure 1: Profile Photo and Name in Single Cell

For context, this is the form used to construct the list.

Image Modified

Figure 2: Form Design

The main area of interest would be the datalist builder. Observe that the "member" column is making of the Bean Shell Formatter.

Image Modified

Figure 3: Datalist Builder

...

We can improve the result by making use of some CSS codes. The CSS code can be placed into the userview menu itself, in this example, we are placing it in CRUD Menu.

Placing CSS code on CRUD MenuImage Modified

Sample CSS:

...