Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: Firefly
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:SUIT Sprint 2019-03, SUIT Sprint 2019-04, SUIT Sprint 2019-05, SUIT Sprint 2019-07, SUIT Sprint 2019-08, SUIT Sprint 2019-09
-
Team:Science User Interface
Description
DM-15251 is intended to add a callback API in firefly_client to return these items for the currently highlighted row in a table:
- one or more columns' values or the entire row
- the "absolute row index" of the row in the table (i.e., an index that refers to the same row no matter how the filter or sort state of the table may have changed)
- the relative index of the row in the currently displayed content of the table
- the checkbox state of the row
Currently, the highlightedRow is returned by a table.highlight callback, as well as all the column values for the highlighted row. The absolute row index and the checkbox state are not returned. This ticket is for extending the values returned by a table.highlight event to include those two items.
IPAC FIrefly ticket: https://jira.ipac.caltech.edu/browse/FIREFLY-137
Attachments
Issue Links
- blocks
-
DM-15251 Add callback API in firefly_client for reporting on the highlighted row in a table
- In Progress