11 lines
781 B
Markdown
11 lines
781 B
Markdown
# 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" |
|