Hi,

This module seems great, but i can't use it on my content types because they have some fields, and editing all these fields in a single row (for every node) is difficult.

i tried a lot of configurations between Style and Row style, but all give a rows table with on line for every node.

Is there a way to edit in a "node format" or "html list" format, so we could check all nodes and edit easily some of them.

Thank you for your help.

Comments

CobraMP’s picture

wow, just noticed it's March 1st.
I am wondering about this myself.

agileware’s picture

Will look into it

Anonymous’s picture

Only found this module today after lots of search, looks like it will do what I want one day, but this issue of Table format, stops the program even getting to the starting gate. My fields happily scroll of the screen without me (IE 7) Would really like to see it fixed...No wif i knew more about code...

MBroberg’s picture

I have this working temporarily with css, but not in IE

td.editview-field{ 
  display: table;
}
.editview-row thead{
display: none;
}
MBroberg’s picture

Module patch coming very soon that will expose vertical and horizontal options.

MBroberg’s picture

See issue at http://drupal.org/node/581488#comment-4703120 for new functionality!