Reputation: 43
I have an AG grid table like this suppose? and i want a cursor pointer i checked into the AG grid docs/demos and did not find anything related to the same? anyone can help me how can i achieve the same
https://codesandbox.io/p/sandbox/react-yn6h9
Tried overriding global AGgrid css styles but did not work.
Upvotes: 0
Views: 39
Reputation: 360
If you tried overriding the styles in style.css
probably you forgot to import the file. I tried in sandbox it worked.
Upvotes: 1