neokoenig / jQuery-gridmanager

A way of building rows and grids with built in editable regions; requires jQuery, jQueryUI, Bootstrap 3.x, & optional TinyMCE or CKEditor
http://neokoenig.github.io/jQuery-gridmanager/
461 stars 129 forks source link

is that Bootstrap 4 Compatible ?? #96

Open ashishbhattb opened 6 years ago

ashishbhattb commented 6 years ago

Hi,

I needs to make a templates, based on Bootstrap 4 can i make from this library ??

neokoenig commented 6 years ago

I've not tried yet. Looking at https://getbootstrap.com/docs/4.0/layout/grid/- it seems the main grid class system is fundamentally the same . Gridmanager actually adds a column class by default, so if you change the column class: colClass: "col" when starting gridmanger, you might be able to use the dynamic column layouts in a primitive way. But really, not tested yet.

ashishbhattb commented 6 years ago

There are Minor changes in the classes as per old classes we used. like in offset and mobile hidden classes https://www.quackit.com/bootstrap/bootstrap_4/differences_between_bootstrap_3_and_bootstrap_4.cfm

Rest Looks like the same not major difference.

Please let me know if you are planning to update the library, so i can use the latest version of bootstrap in my design templates.

wimurk commented 4 years ago

Is this fixed yet?