Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Unable to hide grid lines in react spreadsheet
posted

After passing areGridlinesVisible={false} in 

<IgrSpreadsheet
   ref={spreadsheetRef}
   height="calc(100dvh - 120px)"
   width="100%"
   isFormulaBarVisible={false}
   areGridlinesVisible={false}
   areHeadersVisible={false}
/>
Still, the gridlines and headers are showing