Active
Project:
Table Wizard
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2010 at 16:00 UTC
Updated:
27 Dec 2010 at 16:00 UTC
In the current version of TW the whole output of a table translated to a views.inc file is written as one big array. This is different from the format as it can be found in the views.inc files for node.views.inc and other standard .inc files in the views/modules folder where every table field gets its own block. I'm sure it would be appreciated if you could adapt the format according to those standard files and output a single block for every table field. That way it's easier to comment on every table field and the whole file gets more readable as well.