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
The individual cell partials declared on the controller are not compatible with multiple listRenders. Since you declare them as 'column' => 'newpartial.htm', it causes a ambiguous column name conflict. Would be better to move them or at least offer the option in the listRender function.
The individual cell partials declared on the controller are not compatible with multiple listRenders. Since you declare them as
'column' => 'newpartial.htm'
, it causes a ambiguous column name conflict. Would be better to move them or at least offer the option in the listRender function.EDIT: This actually might be missing the individual cell partial: https://github.com/phproad/phpr-framework/blob/master/modules/db/widgets/list_widget/partials/_list_body_row.htm
Will try to check this out soon.
The text was updated successfully, but these errors were encountered: