igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

Refactor how the grid calculates the size of the body

Open mddragnev opened this issue 10 months ago • 1 comments

Description

Currently, the grid calculates its sizes and hardcode them to the template as width/height. Ideally it would be best if we can remove the width/height hardcoding in the DOM and let the CSS handle those things that need resizing

Result

The grid calculates height and hardcode it into the grid body.

Expected result

There might be a better way to calculate the grid body and to not hardcode it as height/width

Attachments

Attach a sample if available, and screenshots, if applicable.

mddragnev avatar Apr 03 '24 09:04 mddragnev

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Jun 29 '24 00:06 github-actions[bot]