How can I store the search result from the table in a javascript object?

How can I store the search result from the table in a javascript object?

kitupadhyayakitupadhyaya Posts: 1Questions: 1Answers: 0

I am fetching data from the server for the table and rendering a DataTable using Jinja template in a flask app. I would like to draw a graph on the client side based on the search result for a table, in order to do that I need to store search result in a dictionary or object on the client side in javascript, how can I do this?

This discussion has been closed.