Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 angular-gridster2 显示网格,我希望它缩小列数并在用户旋转屏幕时尝试最适合的重新布局。我可以更新 maxCols 并减小小部件的大小,但它似乎没有响应,这不是库的常见用途吗?有没有其他选择?
您需要在需要的地方触发调整大小事件。
this.options.api.resize()
我希望它对你有帮助。