Help with Bootstrap Modals
Help with Bootstrap Modals
rwsice9
Posts: 2Questions: 1Answers: 0
Can anyone help me out with this project? What I'm trying to do is make a "company directory". I'm using JSON data. My goal is for the last column of the table to be a bootstrap "View Profile" button, that will display a modal containing more details about the person. Is this possible?
This discussion has been closed.
Answers
I don't know about Bootstrap Modals, but DataTables has this:
http://datatables.net/examples/api/row_details.html
which would do pretty much the same thing.
Ahh yes.. i was just looking at that actually. I wonder if I could use the "child rows" to create the modal.. Or.. maybe just abandon that idea and use the child rows.
Thanks