How can I push new data into an existing datatable?

How can I push new data into an existing datatable?

David.reed.schmidtDavid.reed.schmidt Posts: 1Questions: 1Answers: 0

I'm enjoying databases and would like to expand its use in my project.

How can I push data into a datatable from a different component? For example, if the user pushes a button and jquery javascript runs which pushes data into the datatable resulting in the datatable showing the new data. In this case the javascript has data that conforms to what the datatable will accept and render. This is a simplified scenario were the datatable represents the last chain in the users workflow.

Answers

This discussion has been closed.