I\'m using jQuery DataTables and want to copy all rows (save in JavaScript array) upon clicking the header checkbox.
I want to find where jQuery DataTab
Using
tableObject.rows().data()
will return all the data from the table.