I have a datatable constructed off a js_array datasource, and when the
underlying array gets changed elsewhere in my app, I need to refresh
the datatable. Is there an easy way to do this??? Just destroying
the old datatable and creating a new one comes to mind, but surely
there is an easier way with less overhead.