table._('tr'); // get data for all rows in the table
table._('tr.selected'); // get data for rows with the class "selected"
table._('tr', {"filter": "applied"}); // get data for rows available after filtering
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.