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
...
Code Block |
---|
{ label : '@@datalist.hyperlinkdatalistaction.visible@@', name : 'visible', type : 'checkbox', options : [ {'value' : 'true', 'label' : ''} ] } |
Tutorials
- Guideline for developing a plugin
- How to develop a Download PDF Datalist ActionNot available right now
Related Community Plugins
- Form Row Delete Action
org.joget.apps.datalist.lib.FormRowDeleteDataListAction (wflow-core) - Data List Hyperlink Action
org.joget.apps.datalist.lib.HyperlinkDataListAction (wflow-core)Not available right now