You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that when radio={true} on the DataTable, the name attribute is set as the row's ID. I think the radio prop ought to accept a string as the desired name, and then its value attribute would be the Row's ID.
In other words, a row with an id abc123 should have a radio input like this: <input type="radio" name="table-1-row" value="abc123" />
Link to code:
The text was updated successfully, but these errors were encountered:
bhavers
changed the title
Two DataTables uncheck radio button when using the same id's.
Selecting a row on one DataTable unchecks radio button on another DataTable
Jan 7, 2025
Problem:
Situation:
Reproduce issue:
Analysis
See analysis of @theetrain on Discord.
Workaround:
The text was updated successfully, but these errors were encountered: