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

create a custom trigger viewer component for the developer docs #23

Closed
wescopeland opened this issue Jun 4, 2024 · 1 comment
Closed
Labels

Comments

@wescopeland
Copy link
Member

The hits column is still being truncated / requires horizontal scrolling.

Let's have a custom Trigger viewer component for our dev docs. Not sure how feasible this is, but something like this would be great:

::: trigger

| ID  | Flag      | Type  | Size   | Memory | Cmp | Type | Size | Mem/Val | Hits |
| --- | --------- | ----- | ------ | ------ | --- | ---- | ---- | ------- | ---- |
| 1   | SubSource | Delta | 16-bit | 0x1234 |     |      |      |         |      |
| 2   | Remember  | Mem   | 16-bit | 0x1234 |     |      |      |         |      |

:::

Then the table would receive special formatting.

@redwizard42
Copy link
Contributor

Some of the issue is just that the docs nav on the right and the ... current doc nav on the left just take up enough space that the table content is just a bit too wide for the middle space.

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

No branches or pull requests

2 participants