Open rasfront opened 2 years ago
So can you tell me how to fix it? @daybrush?
@Raserad
Use scrollable
and scroll
, scrollGroup
events
onScrollGroup={({ scrollContainer, direction }) => {
scrollContainer.scrollBy(direction[0] * 10, direction[1] * 10);
}}
@Raserad Can you you please share the above functionality code?
@Raserad @AkashTvu
See this example: https://daybrush.com/moveable/storybook/index.html?path=/story/support-scroll--scrolling-scrollable
@daybrush @Raserad I need the sample of drag and select the vue-movable items code.
@Raserad
The tabs contain the code for each framework.
select with scroll
https://daybrush.com/selecto/storybook/?path=/story/selecto--select-in-the-scroll-area
drag and select
@daybrush Exactly i want like this but there is a problem when i select the single item then its not resizable and another thing is in vue2 code you are using the setup method which should be use in vue3 version. And please help me to share if you have the complete sample code for this.
Hi. Unfortunately when i dragging selected elements and scrolling page them staying on previous position. How it is possible to fix it?
https://user-images.githubusercontent.com/34380690/150003021-cfb51c11-2093-4922-818c-ba8d385b0219.mp4