icflorescu / mantine-datatable

The table component for your Mantine data-rich applications, supporting asynchronous data loading, column sorting, custom cell data rendering, context menus, nesting, Gmail-style batch row selection, dark theme, and more.
https://icflorescu.github.io/mantine-datatable/
MIT License
949 stars 68 forks source link

DataTable component ignores withRowBorders=false property on the last row #588

Closed khashashin closed 6 months ago

khashashin commented 6 months ago

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 image

khashashin commented 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

icflorescu commented 6 months ago

Hey @khashashin, thanks for bringing this to my attention. It will be fixed in the next version today.

icflorescu commented 6 months ago

Fixed in v7.9.1.