mne-tools / mne-bids-pipeline

Automatically process entire electrophysiological datasets using MNE-Python.
https://mne.tools/mne-bids-pipeline/
BSD 3-Clause "New" or "Revised" License
137 stars 65 forks source link

ENH: Table sorting and ds004229 updates #809

Closed larsoner closed 10 months ago

larsoner commented 10 months ago

Someday I dream of having a more compact table layout and sticky first row/col but after some time trying several CSS solutions I was unable to do so!

hoechenberger commented 10 months ago

Someday I dream of having a more compact table layout and sticky first row/col but after some time trying several CSS solutions I was unable to do so!

@larsoner The tables we use for metadata are quite nice IMHO

https://output.circle-artifacts.com/output/job/ae9d8f27-6bde-4b79-b1ba-6f020efbc2ea/artifacts/0/reports/ERP_CORE/sub-015_ses-MMN_task-MMN_report.html#Epochs__before_cleaning-Metadata

larsoner commented 10 months ago

Nicely sortable now

https://output.circle-artifacts.com/output/job/cea69984-fa63-49ea-b485-fc15c9c90724/artifacts/0/site/examples/examples.html#demonstrated-features

hoechenberger commented 10 months ago

Nice! But I don't get any visual indicator of this functionality until I actually start clicking on the header cells. So this feature is not easily discoverable 🤔

hoechenberger commented 10 months ago

Nice! But I don't get any visual indicator of this functionality until I actually start clicking on the header cells. So this feature is not easily discoverable 🤔

Ah, it happens on hover! Fair enough