I just want a index of items of get both source and target items :
1.drageed item
2.on which item it is dropped
is there any way to getting index.
I tried itemChangeCallback - it gives me 2 times which are exchange with each other but it doesn't…
I had implemented angular-gridster2 to hold several widgets. They all work fine and are in place when displayed in the browser. But when the same view is used in mobile view, they are stacked one upon another with only one single column which is…
I have a grid using Gridster2 navigating from an item of a material sidebar. Sidebar is openned, but, whenever I toggle the sidebar (hide it) gridster is not resizing items until I force a refresh. Is there any way to have it "auto" refresh?
To…
I have added a component to a Gridster2 widget. When I make the widget shorter in height, the component container does not respect the size of the widget, i.e. the component container does not reduce in size when the widget is reduced in size.
I am…
I am creating board with rectangular cards and I'm using angular-gridster2 library.
I`m using VerticalFixed grid type and defaoult it have three colums. Is it posible to set a breakpoint and set two columns for some browser width?
When I toggle the Side-Nav, I wait for the response and then call gridster.resize():
sideNavToggle() {
this.sideNav.toggle().then(() => {
this.gridster.resize();
});
}
Here is a full stack-blitz example.
Make sure to make the…
in my application I have a Dashboard where the user can add and delete widgets. To do so I am using angular-gridster2. This works well, but when I am adding or deleting a widget from the dashboard first no widgets are displayed anymore and then only…
Below is link to simple github demo.
I'm trying to create a gridster app. Gridster will fit itself in screen. Gridster item will consists of some scrollable part (like not-scrollable header + scrollable content).
Ideally I would like the scrollable…
I want grid lines of min height and min width of cell like angular gridster(https://tiberiuzuld.github.io/angular-gridster2/) in React Grid Layout(https://www.npmjs.com/package/react-grid-layout).
I didn't find any example or help from…
I need that, according to the increase, decrease of zoom in the user's browser or any act that generates an action of changing the size of the grid, my gridster-items follow the same.
What Happens Today?
Today, as I set a number of maxItemCols and…
Thanks in an advance!
Issue : Always display 0 index element panel layout, even user maximized 1 or 2 or 3 index element.
Functionality: only maximize selected panel layout(from below image 1), rest of the layout will be…
I have three charts to display for three different services. SO creating array of charts and pushing each newly created chart.
Here is my code.
import Chart from 'chart.js;
public charts: any;
canvas: any;
ctx: any;
…
I am using angular-gridster2 package to display a dashboard, I show a button on every card, on click of which the card should move to the top and all other cards should move down to give space for that card. But I am unable to do that without…