No description
Find a file
2024-07-02 17:18:54 +02:00
src First version 2024-06-13 23:45:23 +02:00
package.json relaxing dependency to bootstrap 2024-07-02 17:18:54 +02:00
README.md First version 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"