Replies: 2 comments
-
Can you try to add class for your position to
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your quick response. I have tried it like this, but the dropdown stays below the table. Additionally, how would I position the dropdown using the frameClass to position top: 123px and left: 345px? Maybe, I should just create a dropdown in every row and hope for the Svelte-compiler to handle the replication of the Dropdowns... |
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.
-
Hello all,
I am trying to create a page containing a table. Every row of the table shall be assignable to a user. In my current solution, I create a dropdown component (https://flowbite-svelte.com/components/dropdown) for every row.
Instead of creating a lot of Dropdown components with the same content, I would like to use only one dropdown and position it below the clicked element.
I can position a normal div to everywhere on the page, but I cannot position the Dropdown component.
Has anyone faced a similar problem and can help with this task?
Beta Was this translation helpful? Give feedback.
All reactions