0
Q:

datatables get all rows

var table = $('#example').DataTable(); 

table.rows().data().map((row) => {
  // each row is an array where each column is an element in the array
  // as a string
}
0

New to Communities?

Join the community