Triply-Dev / YASGUI.YASR-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
26 stars 22 forks source link

Cannot reinitialise DataTable #13

Closed LaurensRietveld closed 9 years ago

LaurensRietveld commented 9 years ago

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).