sjspielman / dragon

Deep time Redox Analysis of the Geobiology Ontology Network
https://sjspielman.shinyapps.io/dragon/
Other
2 stars 1 forks source link

The copy button for network information is gone #34

Closed mooreek closed 4 years ago

mooreek commented 4 years ago

Hi Stephanie,

I do not see the copy button for the network information table. The copy button is present for the selected node information table below, but not for the network information table above. Thanks!

Best, Eli

sjspielman commented 4 years ago

Hi Eli,

Found it. Seems the functionality I added to round the table columns is not compatible :(

-Stephanie

mooreek commented 4 years ago

Hi again,

Now when I copy the data or export it from the table it only gives me 10 rows of data. It copies or exports the 10 rows that are being shown on the screen. Any thoughts on what could be causing this? Thanks!

Best, Eli

sjspielman commented 4 years ago

Yes I think I know what is causing it; to accommodate more information in the tables I had to change how they are handled but this apparently ruins the copy buttons. I will probably need to implement a new way of getting buttons.. stay tuned.

— Stephanie J. Spielman, PhD Assistant Professor Department of Biological Sciences Rowan University

Science Hall 201D 856-256-5400 Ext. 53578 http://spielmanlab.io

On Wed, Sep 25, 2019 at 5:04 PM -0400, "mooreek" notifications@github.com<mailto:notifications@github.com> wrote:

Hi again,

Now when I copy the data or export it from the table it only gives me 10 rows of data. It copies or exports the 10 rows that are being shown on the screen. Any thoughts on what could be causing this? Thanks!

Best, Eli

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/spielmanlab/dragon/issues/34?email_source=notifications&email_token=ABD3XN6FH27UL3GX3YDVA7LQLPG5HA5CNFSM4I2EPHN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7TNCUY#issuecomment-535220563, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABD3XNZEQHVNTFWUBCMAZFTQLPG5HANCNFSM4I2EPHNQ.

sjspielman commented 4 years ago

Has to do with how data is being handled - previously, data was being handled on the client side which allows for all rows to be downloaded. But, the data got too big and had to be handled server side instead which only downloads the visible rows. This fix for this is a separate download button that will give you a CSV of the data, which can be directly imported to Excel.