material-table-core / core

Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
https://material-table-core.github.io
MIT License
295 stars 146 forks source link

Update passing localization object for children rows #845

Closed KippWade closed 4 months ago

KippWade commented 4 months ago

Related Issue

830 - Child row of a child row does not show "Are you sure you want to delete this row?"

Description

In local testing, the localization wouldn't always pass the same object to children rows for editing. Thus the deleteText would not exist. Added localization.editRow and this gave the row the correct information to display the appropriate deleteText

Impacted Areas in Application

When a table is utilizing parent/child and inline row editing, children of children would not display the deleteText.

*