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 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.