Reflect Table Interactions in Form State
How can I catch checkbox changes or modify the array data?
I'm using a custom
Table
component inside a form and want to reflect any checkbox updates directly into the component's $data
property.
This table is rendered inside a form like so:
Is there any built-in way to react to changes in the table (especially checkbox/input/select) so that $this->data
is updated accordingly?
Any advice or workaround would be appreciated π0 Replies