is it possible to have different table for list and different table for form #797
-
in model definition there's a field: public $table = 'my_plugin_table1'; But I prefer to have views which are much more flexible to show columns joined and filtered on database side But of course - you can't easy edit view (in postgresql it is possible but not quite easy) so i would like to have two definitions: public $list_table = 'my_plugin_table1_view'; of course most users would have exact the same values in both - but would be nice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Maybe add this method to your controller?
|
Beta Was this translation helpful? Give feedback.
Maybe add this method to your controller?