<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/gridstack-all.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/gridstack.min.css">
<h1>gridstack.js base demo for issues</h1>
<div class="grid-stack">
<div class="grid-stack-item" gs-w="5" gs-no-move="true" gs-no-resize="true" gs-h="3" >
<div class="grid-stack-item-content">
<p>It has gs-no-move="true" gs-no-resize="true"</p>
<p>But it still can be resized or moved</p>
</div>
</div>
</div>
var options = { // put in gridstack options here
disableOneColumnMode: true, // for jfiddle small window size
};
var grid = GridStack.init(options);
// this forces local item values to be overrident
grid.enableMove(true);
grid.enableResize(true);
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.