AdrianBZG / InterMine-Data-Browser-Tool

InterMine Data Browser: a tool for exploring semi-homogeneous biological datasets
http://data-browser.apps.intermine.org/
Other
4 stars 38 forks source link

Study which flows of the interface can be added a 'save' functionality (see #16) #15

Closed AdrianBZG closed 6 years ago

yochannah commented 6 years ago

im-tables has a built in button to allow users to do this, so long as we have their api key - you can activate these buttons using the loadDash method.

Code: https://github.com/yochannah/im-tables-examples/blob/master/with-dashboard.html#L57 Demo: https://yochannah.github.io/im-tables-examples/with-dashboard.html

image

(One thing to note: I have a feeling that keeping the data filters in sync with the filters, columns, and relationships button on the left side if this dash might be extremely difficult; I'd suggest using css to hide those buttons).

yochannah commented 6 years ago

Depends on #69

AdrianBZG commented 6 years ago

@yochannah This is not looking good, when using loadDash instead of loadTable, the 'rendered' is never being called, so it breaks everything... do you know why?

AdrianBZG commented 6 years ago

@yochannah Fixed, the table when using dashboard 'mode' is inside children element of the created object, specificially children.table. 😄