When I try to conditionally render a column that's nested, its value cells don't show up (which is correct), but its header cell still shows up (which is incorrect), making the entire header row misaligned with the grid rows -- see example below:
https://codesandbox.io/s/new-https-mt0knv?file=/app/main.jsx
Is there any workaround for this? I've tried cellRender, rowRender, headerCell, and headerClassName to no avail, but maybe I've missed something. Unfortunately, I cannot use CSS display:none on the ".k-header" selector because I have a grouped grid where I need that first column header for the hierarchy, and I'd like to try anything but CSS for this as this seems like a KendoReact (JS) bug in general.
If I do width="0px", it works for the UI render and the PDF Export but not the Excel Export