I have created a view in Drupal 7, and used "Table" as format. How can I add my own fields to that table?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
One method is, in your view, click 'add' for fields, then filter by 'Global', and you will get 4 types of custom fields to add.
- Global: Contextual Links
- Global: Custom text
- Global: Math expression
- Global: View result counter
Another method is to make use of Views Custom Field module.