vue-responsive-grid-layout
vue-responsive-grid-layout copied to clipboard
A draggable, resizable and responsive grid layout, developed with vue3 and typescript.
By studying the 'drag, drop from outside' example, I tried to implement this feature but failed. At first, the GridItem's move event doesn't expose the clientX and clientY of MouseEvent,...
# Expected Behavior Expect that resize Right and Bottom Right is working properly. # Current Behavior Resize Right, Bottom Right resizes in the wrong direction (Left instead of right) ##...
Hi, Thank you for this library! This seems like a nice improvement of [vue-grid-layout](https://github.com/jbaysolutions/vue-grid-layout) with new functionalities and active development. However when using with Nuxt 3 the performance doesn't seem...
Update functionality so it is possible to resize from the left side of a GridItem
Hey Geirr, I've [created a layout](https://codesandbox.io/p/sandbox/loving-bush-d473kk?file=%2Fsrc%2FApp.vue%3A9%2C28) to evaluate the horizontal shift feature in vue-ts-responsive-grid-layout. My expectation was straightforward: when I move item5 all the way to the left, it should...
# Expected Behavior replace two item which is not the same size(w/h) they should change place edit: or it should not change place if the big one has no place...
# Expected Behavior I need to re-render the grid when a component is mounted. To do this I have a very simple component as follows and I expect it to...
# Expected Behavior I expect not to see the cursor change to resize types when GridItem is not resiable. # Current Behavior Cursor changes to resize type. # Version All...