Custom action buttons
You can add your custom buttons in the table by actions
props and listen for their events in your component.
Example
CustomActionButtonExample.vue
Each action object should contain the below attributes.
Attributes details
Attributes | Description | type | Default |
btn_name | Display name for the button | String | " " |
event_name | Name of the event that you want to listen back (Mandatory) | String | undefined |
class | Class which you want to override default button classes | String | " " |
event_payload | Payload you want to send with the event | Any | undefined |
Last updated