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.renderto render the HTML string and use therowparameter to access the row data to incorporate into the string.Kevin
Thanks! Worked beatifully!