quince-science / QuinCe

QuinCe is an online tool for processing and quality control of data from scientific instruments, with a primary focus on oceanic data.
https://quince.science
GNU General Public License v3.0
7 stars 8 forks source link

Show timestamp while scrolling QC tables #2850

Open squaregoldfish opened 5 months ago

squaregoldfish commented 5 months ago

When scrolling the QC tables with the scrollbar, a little popup shows the current row number. It would be awesome if it showed the timestamp of the row.

This is not possible with DataTables as it stands, but I think I already have all the timestamps on the client side anyway, so I could hack DataTables to get this value (with a callback function to get the label content).

The relevant item in the DataTables setup is dom.label - search for that in the code.

Forum post on the DataTables site: https://datatables.net/forums/discussion/78053/impossible-feature-request-show-column-value-while-scrolling/p1