galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

Minimal margin needed for `history_dataset_as_table` markdown directive in "compact" mode

Open davelopez opened this issue 2 years ago • 3 comments

Describe the bug I know, extremely nitpicking, but the pages should look great... :sweat_smile:

Galaxy Version and/or server at which you observed the bug Galaxy Version: 24.0 Commit: (run git rev-parse HEAD if you run this Galaxy server)

To Reproduce Steps to reproduce the behavior:

  1. Create a Page for a history containing some tabular dataset
  2. Add the following markdown directive replacing the history_dataset_id:
  ```galaxy
  history_dataset_as_table(history_dataset_id=<your_dataset_id>, show_column_headers=true, compact=true, title='The title', footer='The footer')
  ```

Screenshots image

davelopez avatar Mar 13 '24 10:03 davelopez

Wow that's more parameters than I knew existed! are they documented anywhere? I only found out that's how you collapse things just the other day.

We can add them to the tutorial at least https://github.com/galaxyproject/training-material/pull/4790

hexylena avatar Mar 13 '24 11:03 hexylena

Seems self-documented in the PR description https://github.com/galaxyproject/galaxy/pull/16681 but sadly they are images :/

davelopez avatar Mar 13 '24 12:03 davelopez

perfect! that link is incredibly helpful!!

hexylena avatar Mar 13 '24 13:03 hexylena