showGridlines not working #366
-
Hi Prime team! I'm working with the PrimeReact DataTable for a React-based project written in TS, and I cannot get any gridlines to show up on my DataTable; in essence, "showGridlines" is not having any effect. I've combed through many stack overflow postings and can't seem to find a solution. Any help would be appreciated. Here are a few of my dependencies (listing the ones that I feel like could be invalidating showGridlines)- Also, I'm relatively new to frontend work, so anything that you feel might be obvious as solution might not be obvious to me! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Works fine see this reproducer and compare with what you are doing: https://stackblitz.com/edit/react-uvi2x9?file=src%2FApp.js |
Beta Was this translation helpful? Give feedback.
Works fine see this reproducer and compare with what you are doing: https://stackblitz.com/edit/react-uvi2x9?file=src%2FApp.js