Boostrap 5 popover
Boostrap 5 popover

Roughly speaking, how would one go about to have a clickable i-tag with a popover containing row data?
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Roughly speaking, how would one go about to have a clickable i-tag with a popover containing row data?
Thanks!
This question has an accepted answers - jump to answer
Answers
Use
columns.render
to render the HTML string and use therow
parameter to access the row data to incorporate into the string.Kevin
Thanks! Worked beatifully!