Modal detail
Modal detail
alang2205
Posts: 18Questions: 11Answers: 0
Example code: https://datatables.net/extensions/responsive/examples/display-types/modal.html
How can i change this code so when i open the modal the info only display specifc data, like for example only show:
-First name:
-Last name:
-Office:
Answers
You can use
responsive.details.renderer
for that, something like this example,Colin