☝️Small business or a startup? See if you qualify for our special offer.
+

Tell flexmonster to resize grid (expand its height and width) with a function

Re-Open
Pablo Schor asked on August 14, 2025

We are building an Angular application with Flexmonster included, the application changes its windows size but flexmonster grid remains with the same number of rows. How to tell flexmonster to extend the number of rows with an function?

3 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster August 15, 2025

Hello, Pablo!

Thank you for reaching out to us.

To make Flexmonster resizable, you should set its width and height to "100%" within the constructor and place it within the resizable parent container. This way, by changing the parent container size, Flexmonster will be resized to fit within it. Note that this approach would work for manual resizing by dragging and programmatic resizing (changing width and/or height with JS).
We have prepared a JSFiddle example showcasing a resizable Flexmonster component: https://jsfiddle.net/flexmonster/hvsf23t8/

Please let us know if this works for you.

Best Regards,
Maksym

Public
Maksym Diachenko Maksym Diachenko Flexmonster 13 hours ago

Hello, Pablo!

Hope you are doing well.
We are wondering if you have tried the suggested approach for resizing Flexmonster by putting it into a resizable parent element.
Please let us know if this approach worked for you.

Best Regards,
Maksym

Public
Pablo Schor 3 hours ago

yes, this worked, thanks

Please login or Register to Submit Answer