I just discovered the awesome "context" display style for Views, which is exactly what I need for a project. However, the provided row formatters are quite bulky when compared to the default views "table" style, especially for displaying a lot of data.

What would be required in order to get a table display style which can set context values?

Comments

merlinofchaos’s picture

Unfortunately at this time we don't have a table style for context. It's surprisingly difficult to do that. :(

dawehner’s picture

Issue summary: View changes

It's surprisingly difficult to do that. :(

Do you mind describing what is difficult about it?

As far as I understand the problem is that the idea of contexts here is to be able to render just a subset of rows, which kind of conflicts with the ideas of tables, which are rendered as its own entire thing.