Closed khashashin closed 6 months ago
I tested the "native" mantine table, it does not apply the border to the last element when withRowBorders is set to false
Hey @khashashin, thanks for bringing this to my attention. It will be fixed in the next version today.
Fixed in v7.9.1
.
Description: The DataTable component continues to render a border on the last row despite the withRowBorders property being set to false. This unexpected behavior causes UI inconsistency.
To Reproduce Steps to reproduce the behavior:
Expected behavior I expect that when withRowBorders is set to false, no rows should display borders, including the last row in the table.
Screenshots