DataTables warning: table id=DataTables_Table_0 - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3
Perhaps best thing would be to clear the table at start of page load/execution of yasqe. (Currently, without special precautions, the results from the previous query are displayed even if an error occured, .e.g. another query referenced by queryRef could not be loaded).
From Yoachim (in YASQE repo: https://github.com/YASGUI/YASQE/issues/39) When I re-execute a query, I get an alert:
DataTables warning: table id=DataTables_Table_0 - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3
Perhaps best thing would be to clear the table at start of page load/execution of yasqe. (Currently, without special precautions, the results from the previous query are displayed even if an error occured, .e.g. another query referenced by queryRef could not be loaded).