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
If we can, I suggest taking this opportunity to provide a solution that affords progressive enhancement:
Have the name attribute be defined by the component consumers; perhaps exposed as a prop, that way every Radio button in the table has a matching name to be gathered server-side via formData.get('school')
Have the value attribute match the given Row's ID, available in row.id
In this way, a DataTable can be wrapped in <form> and be submittable without JS.
Originally posted by @theetrain in #2082 (comment)
For a selectable or radio selectable table, the
checkbox/input
should all have the samename
value and encode the toggled value.The text was updated successfully, but these errors were encountered: