gridster Questions
5
I have this array:
this.dashboard = [
{name: '<app-incassi-provvigioni></app-incassi-provvigioni>'},
{name: '<app-scheda-punti-vendita></app-scheda-punti-vendita>'}
]
I...
Kobold asked 28/3, 2019 at 8:27
1
Solved
I am using the following:
https://github.com/tiberiuzuld/angular-gridster2
I want to be able to instantiate two grids with different 'ids' on the same page, grid1 and grid2. Is it possible to drag...
4
is there any way to make Gridster.js tile(s) stick, that is not move up vertically to fill empty space. Kind of like the way a layout program with snap-to-grid turned on works...
Scotia asked 24/6, 2014 at 18:25
3
I am facing problem with c3 charts sizing issue with in gridster. Can any one help me how can I make there charts to be properly auto resized according to the gridster box they are in? Please find ...
1
Solved
I am using angularjs 1.5.8 and trying to achieve angular gridster layout like this
and in mobile mode elements stack below one another. My gridster-options are as follows
this.standardItems = ...
1
I need to generate a PDF from the current screen in my webapp. Some kind of screenshot, but I'm facing serious difficulties.
The main problem is that the view contains a grid made with jQuery Grid...
Unsettle asked 22/7, 2016 at 10:39
2
Solved
When i resize my browser, most of the tiles go offscreen, and there is no horizontal scroll bar even.May I know how we can make the gridster responsive.
Thanks,
Balaji.
Oder asked 4/10, 2015 at 18:21
1
Solved
I hope that gridstack team will be in perfect health..!
I just want to be able that when I move a widget so the other widgets don't go upward direction to fill it's empty place..!
Instead more like...
Mares asked 23/9, 2015 at 8:57
1
I am adding grids using the 'add_widget' method of Gridster. The widget is successfully added, but the unordered list (ul) width is smaller then its contents.
Can anybody tell me how I can resize ...
Disinter asked 14/10, 2014 at 19:19
2
I am using gridster.js and am trying to figure out a good way to set it up where I can drag one of the widgets into a "trash can" like div and have it remove that widget from the grid. If anyone ha...
1
I'm trying to find a way to auto-resize gridster container.
In a way that when user changes browser size, corresponding gridster widgets resized.
(In which number of columns and rows does not chan...
Haws asked 21/11, 2013 at 2:15
1
How can I drag a grid from one gridster to another gridster?
$(function () { //DOM Ready
$(".gridster ul").gridster({
widget_margins: [5, 5],
widget_base_dimensions: [160, 160]
});
var grid...
2
Solved
Using Gridster, we have created a grid with resizable widgets using the resize.enabled config option.
After the user finishes resizing a Gridster widget, we would like to get new final size of the...
Caveman asked 22/11, 2013 at 2:19
1
Solved
I actually use gridster for drag some items.
My container is bigger than my window, so, i have a scrollbar on the right side, as usual. Now, if i want to drag an item from the top to the bottom, I...
Suffice asked 20/5, 2014 at 12:40
2
Solved
I'm using gridster.js combined with Jquery UI to make it resizable by dragging using this bit:
$('.layout_block').resizable({
grid: [grid_size + (grid_margin * 2), grid_size + (grid_margin * 2)],...
2
I have a a gridster based layout that will start with a set number of columns and a fixed number of tiles. Is there a way to change the number of columns once it has been set up? -- for example sta...
Hewart asked 19/7, 2013 at 8:36
1
Has anybody tried to drag a cell from one Gridster to another? I have been trying to get that working.. but with no luck. Any help please?
1
Solved
The canonical use of gridster seems to be one where the entire object can be touched to indicate that a drag operation is to be started. Is it possible to limit that touchable region to a specific ...
1
Solved
Does anyone know if it is possible to drop a draggable element into gridster?
http://gridster.net/#documentation
It seems great for my purposes, but can you add them to the grid by dropping it?
I...
Woodie asked 23/12, 2012 at 3:41
1
© 2022 - 2024 — McMap. All rights reserved.