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

DataTable in full height #471

Open
seszele64 opened this issue Aug 7, 2023 · 2 comments
Open

DataTable in full height #471

seszele64 opened this issue Aug 7, 2023 · 2 comments

Comments

@seszele64
Copy link

Is there any way to render datatable in full height without it being truncated via scrolling?

Example of how it looks like:
image

I noticed it is due to "relative" position parameter in div enclosing the embeded iframe, however it is set by default and i dont know a way to change it.
image

When you remove the relative, it reverts to full height table.
image

Hoping to see an answer, cya!

@delsim
Copy link
Contributor

delsim commented Aug 9, 2023

@seszele64 which template tag are you using to render the app? The plotly_dash tag at the moment does insert relative position; it would be straightforward to make this optional.

@seszele64
Copy link
Author

Yes, indeed. In case anybody wants to find it and edit according to their needs, the directory is: django_plotly_dash/templatetags/plotly_dash.py

image

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

No branches or pull requests

2 participants