isamplesorg / isamples_webui

Web interface to iSB and iSC APIs

Home Page:https://isamplesorg.github.io/isamples_webui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test and verify the csv export functionality

datadavev opened this issue · comments

The "Export csv" button enables download of the current record set as CSV, however there are likely limits to the volume of content that can be effectively downloaded in this manner, especially if the CSV is created client side rather than streamed from the server.

  • What are the limits for CSV download, ie. how many records can be selected? This may be dependent on the fields selected and perhaps the browser being used.
  • Can we adjust the button to be disabled when there are too many matching records?