Reading dynamically generated boostrap table

Folks,

This might be a unique situation. I am able to run some queries and generate a responsive bootstrap generated data smoothly. The individual cells are binded to the right parameters and populate correctly. However, I now want to read the values in the table for some custom functions I plan to write using Javascript (e.g., updating some paragraphs based on what’s generated).

Is there any way I can read a table dynamically generated through code as a script?
Alternately, can I pass an array from server side straight into a front end or JS array variable?

Thanks!
Sri