zebradog / yorkshire

Drupal 8 AdminLTE theme
https://almsaeedstudio.com/preview
GNU General Public License v2.0
4 stars 2 forks source link

Adjust Views - Table format to remove empty columns #13

Closed ericholmer closed 8 years ago

ericholmer commented 8 years ago

When creating an "overview" views based page, there are often different node types that are pulled in that have different fields which are unique per node type.

Rather than have empty columns for all those Nodes which don't have a given field, there's a code snippet we can add that will automatically hide empty columns in the table.

Issue described: https://www.drupal.org/node/833176

Issue fix: https://www.drupal.org/node/286580#comment-3219118

matt-cook commented 8 years ago

Since we're now breaking views into separate blocks should be a non-issue.