You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a Dashboard with this library, added all the widgets inside the layout array. So while adding all the widgets I gave all x & y property from KtdGridLayout.
After I add widgets like this, it becomes static, if view-width is decreasing then also the layout remains same. How can I make it responsive?
I checked React-Grid-Layout it has some ResponsiveGridLayout which makes it responsive I guess in React, how can I achieve the same in Angular.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a
Dashboardwith this library, added all the widgets inside thelayoutarray. So while adding all the widgets I gave allx&yproperty fromKtdGridLayout.Example of how I've added the widgets : -
After I add widgets like this, it becomes static, if
view-widthis decreasing then also the layout remains same. How can I make itresponsive?I checked
React-Grid-Layoutit has someResponsiveGridLayoutwhich makes it responsive I guess inReact, how can I achieve the same inAngular.Any help will be appreciated, Thankyou.
Beta Was this translation helpful? Give feedback.
All reactions