Getting an array of all rows currently visible in the datatable
Getting an array of all rows currently visible in the datatable
Is it possible to get all visible rows in a datatable in an array format? I want to use this to encode this to JSON, send it to the server, and create a CSV from the visible results. Do I need to keep track of all columns myself or is there a built in option?
This discussion has been closed.