My goal is to adjust the style according to the screenshot below.
This is what I expect:
However, this is what I currently have:
As you can see, the border bottom of the last column is not applied as expected.
I have tried using the props provided by react-table but I still cannot figure out how to achieve it.
List of props that I have used:
- styles
- getProps
- getTheadGroupTrProps
- getTrProps
- getTbodyProps
- getTdProps
For all the props I applied, I have used a condition to check if it is the last record and apply the border-bottom style accordingly.
If anyone has any suggestions or solutions, please help me.
Thank you for your kindness.