Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Usages

  • Used to extend methods of executing an action on list item. E.g. Delete a record
  • Datalist Action Plugin can be used as Datalist row action as single record action or as whole list action for multiple records. It also can use in individual column by configure it in Column - Action Mapping.   
  • A useable Datalist Action Element plugin must extends org.joget.apps.form.model.Element abstract class.

Abstract Class

org.joget.apps.datalist.model.DataListActionDefault

...