katoid / angular-grid-layout

Responsive grid with draggable and resizable items for Angular applications.
https://katoid.github.io/angular-grid-layout
MIT License
462 stars 61 forks source link

Absolute width/height #116

Open fromIceWorld opened 5 months ago

fromIceWorld commented 5 months ago

I want to set absolute pixel values for the width and height of a specificktd-grid-item , while using w and h for other ktd-grid-item. Therefore, I introduced approximateWand approximateHtoKtdGridLayoutItem, which are converted to w and hwhen inputted, but only approximate values are obtained. Is there any good solution to set absolute values for a specific ktd-grid-item?

thanks😊