Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal margin needed for history_dataset_as_table markdown directive in "compact" mode #17691

Open
davelopez opened this issue Mar 13, 2024 · 3 comments

Comments

@davelopez
Copy link
Contributor

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

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

@hexylena
Copy link
Member

hexylena commented Mar 13, 2024

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 galaxyproject/training-material#4790

@davelopez
Copy link
Contributor Author

davelopez commented Mar 13, 2024

Seems self-documented in the PR description #16681 but sadly they are images :/

@hexylena
Copy link
Member

perfect! that link is incredibly helpful!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants