find data after searching
find data after searching
Drumsid
Posts: 2Questions: 1Answers: 0
in DataTables
I want to get data after searching in a table. I need two kinds. All rows from the table that are included in the search result and all rows from the table with a certain class from the search result.
All rows after searching I get like this
drawCallback: function () {
let allCases = this.api ().page.info().recordsDisplay;
}
Tell me how to get the result of all lines with a certain class from this?
Answers
done