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
Multiple lists without forms could be simpler to use.
For example if you place multiple lists in the form preview and choose
list_no_form = true
so that you can have them all in the main form. There is no way to easily identify which list is requesting an update from the controller.
By default all ajax updates to the list should submit a post variable that includes the listname.
Multiple lists without forms could be simpler to use.
For example if you place multiple lists in the form preview and choose
list_no_form = true
so that you can have them all in the main form. There is no way to easily identify which list is requesting an update from the controller.
By default all ajax updates to the list should submit a post variable that includes the listname.
Eg. Add list_name to data{}
We can then easily check for listnames in the controller.
The text was updated successfully, but these errors were encountered: