askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
7 stars 3 forks source link

Support defer loading of dataTables data #638

Closed marxide closed 2 years ago

marxide commented 2 years ago

Adds support to defer the loading of dataTables data with AJAX. Applied to the sources table on the source query page, this stops the results table from being populated with all sources. The results table is only populated when the user submits a query using the form. If the user wants to view all sources, they can still do this by submitting an empty query.

Closes #629

ajstewart commented 2 years ago

Just thought, not sure if there is any wording in the docs that needs updating. I.e. it implies the results are already there.