Retrieve row data from a clicked row
Retrieve row data from a clicked row
Hello all!
I am new to the forums and to DataTables and so far this control looks AMAZING! I am doing a test for my manager today and have several items working correctly. I create my var of the Datatable, throw on a few buttons, etc. get JSON data from the server and populate the table. The one part I cannot seem to get working is simply retrieving the row data from a DataTable grid?
I am going to use the row data to then send back to my server for processing. I have looked at several examples and it is simply beyond me. Does anyone have a very, VERY simple example of capturing the row data on a clicked row via JQuery?
Thank you all!!!
Jason
This question has an accepted answers - jump to answer
Answers
SOLVED! I am a goof, I was calling the 'rows' improperly. It kept coming up with a value of [object Object].
Instead of this!
Apologies for the trouble,
Jason