This function collects data from the filtered rows in the datatable and returns it as an array of objects.
An array of objects, each representing a row of data from the table. The keys in each object correspond to the table's headers, and the values correspond to the cell data in the corresponding row.
Generated using TypeDoc
This function collects data from the filtered rows in the datatable and returns it as an array of objects.