- Issue created by @b.khouy
When multiple table fields are used on the same entity form, actions applied to any table affect only the first table. This occurs because each table's AJAX wrapper shares the same ID, causing all actions to target the first instance.
Make table Ajax wrapper ID unique
Needs work
1.0
Code