I am using antd table for reactjs application.
I created Sandbox here for you to make changes. Can anyone help me make rows with rounded borders like below image?
I have tried adding rowClassName={() => "rowClassName1"}
with border related css but borders won't show up.