Is there an existing javascript function to redraw a table?
I would like to delete records and have the table refresh asychonously. Right now, I have a table with each row containing a delete button. I can use javascript to make an API call that will delet...