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
Either use smaller images or probably just apply column styles to the image column and have those reduce the child img width/size to something reasonable.
https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/hierarchical-grid/row-drag#web-components-hierarchical-grid-row-drag-example
Compare with Blazor
https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/grids/hierarchical-grid/row-drag
And whatever React is doing for the same demo:
https://www.infragistics.com/products/ignite-ui-react/react/components/grids/hierarchical-grid/row-drag
This is true across the board it seems in Web Components, as the same is visible in:
https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/hierarchical-grid/overview#web-components-hierarchical-data-grid-example
https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/hierarchical-grid/column-resizing
https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/hierarchical-grid/column-hiding
and guessing the list goes on.
Either use smaller images or probably just apply column styles to the image column and have those reduce the child img width/size to something reasonable.