datatables-modal-actions/README.md

12 lines
781 B
Markdown
Raw Normal View History

2024-06-13 23:45:23 +02:00
# DataTable Modal Action Buttons
This small package adds buttons using `modal-stack` to open modals from DataTables buttons.
They expect to retrieve the needed information through the "config" parameter of the button.
| Name | Description | Default |
|------------------------|---------------------------------------------------------------------|--------------|
| uri | the uri which contains the HTML of the modal to open | "" |
| rowIdentityProperty | the property of the row to read the identity value from | "__identity" |
| uriIdentityPlaceholder | a string in the uri, which will be replaced with the identity value | "SUBJECT" |