Replies: 2 comments
-
|
For anyone interested, I've found a workaround for dynamically removing the empty line: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hey @Benrdn - thanks for your message. We're still working on how the Pages navigation works - it was refactored recently to support our Apps feature but is still missing a few features that the previous one had, including supporting the TABS override. We'll add this to the backlog and try to fix very soon! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hello,
First, Datapane is awesome!!!
Now, I want to generate a report that has many pages.
For that I use this code:
When I do this:
-For number of pages < 7, I get TABS
-For number of pages >6, I get DROPDOWN.
i.e., changing dp.Select's type does not effect anything.
This is frustrating because I feel tabs are much more easy to use.
So, in order to get around this, I tried using dp.Group that gets the previous dp.Select:
This indeed generates TABS, however: it also generates an empty row at the top of the report, which is also frustrating because now I need to scroll down every time the report is opened.
Am I missing something? How can I achieve many pages navigation using TABS without any artefacts?
Thanks is advance
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions