Sending data table data to another div
Sending data table data to another div
I am trying use data tables to drive the content on this page that on I'm working on. My idea is that when the user clicks on a particular row, it will load the content into divs (one or many depending) and change the content to the selected data table row. There are many hidden rows in my data table which I'm trying to access. I think maybe fnGetData, but I'm struggling a bit on where to get started. If someone could point me in the right direction, it would be much appreciated!
http://cegprice.com/ut/
edit: I used this example to create the selectable feature and I understand that part now. Still struggling on how to send the data elsewhere.
http://datatables.net/examples/api/select_single_row.html
http://cegprice.com/ut/
edit: I used this example to create the selectable feature and I understand that part now. Still struggling on how to send the data elsewhere.
http://datatables.net/examples/api/select_single_row.html
This discussion has been closed.