phproad / phpr-framework

[PHPR Framework] PHPRoad system files
http://phproad.com
MIT License
12 stars 2 forks source link

List Render Custom Cell Partials #23

Open patrickheeney opened 11 years ago

patrickheeney commented 11 years ago

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.