How to open a table entry in the pop-up window?
How to open a table entry in the pop-up window?
theblabs
Posts: 7Questions: 5Answers: 0
I want to add a feature that will allow you to view the entry in the table in the pop-up window in horizontal mode. How to do it? Example: https://www.dropbox.com/s/kjxhpys9lp49288/Screenshot%202016-08-13%2014.13.26.png?dl=0
This discussion has been closed.
Answers
You would use
row().data()
to get the data for the row and then whatever modal library you want to display the modal (the one in the screenshot looks like Bootstrap).Allan