Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition
Bean Shell Formatter allows you to write custom Java code to transform values on the datalist column.

Image Added

Figure 1: Bean Shell Formatter Properties


NameDescription
Script

Script in Java.

Injected variables available for consumption are:-

  • datalist
  • column
  • row
  • value
Code Block
titleSample Code
linenumberstrue
value = value + "append this text to every column value";