Description

Datalist Column Formatter Plugins to extend ways of formatting column data.

Abstract Classes

org.joget.apps.datalist.model.DataListColumnFormatDefault

// Variables
private Map<String, Object> properties;

// Abstract and Interface Methods
public String getName();

public String getDescription();

public String getVersion();

public String getLabel();

public String getClassName();

public String getPropertyOptions();

String format(DataList dataList, DataListColumn column, Object row, Object value);

// Available Methods
public Map<String, Object> getProperties();

public void setProperties(Map<String, Object> properties);

public Object getProperty(String property);

public String getPropertyString(String property);

public void setProperty(String property, Object value);

Sample Plugin

Coming soon.

Related Community Plugins

  • Default Formatter
  • No labels