There is currently a Table Manager module (http://drupal.org/project/tablemanager) right now, it would be great if CCK could somehow include something like this.

  • admins create can create table fields
  • admins create table column headers and fields
  • rows can be added
  • edit all your data
  • delete rows
CommentFileSizeAuthor
#2 fieldtable.module5.72 KBEgon Bianchet

Comments

pobster’s picture

Yeah wouldn't it be great to have another module completely duplicate the functions of another module, just in a more confusing way...?

Pobster (author of the tablemanager module!)

Egon Bianchet’s picture

Status: Active » Needs review
StatusFileSize
new5.72 KB

I hacked together a module that allows you display a part of the form as a table.

Basically it takes a fieldset created with fieldgroup and render all of its children as a table.

To try it create a fieldgroup and check "Displays form items as a table" and add some fields to it. It's nice with multiple value fields, it works with multiple value fields combined with a single checkbox field too ...

Let me know if it's worth to be published as a contributed module

Egon Bianchet’s picture

Sorry for the mess ... :-(

mh86’s picture

hi!
I worked on something like that. I've not yet tested the tablemanager.
The matrix module (http://drupal.org/project/matrix) offers the possibility to add multiple textfields in a table view. There is still some work to do, e.g. to be able to add rows and cols dynamically.

dopry’s picture

Status: Needs review » Closed (won't fix)

this will not be included in 4.7.x-1.x.

giorgio79’s picture

Google brought this thread up for me. I found a Table Field module here: http://drupal.org/project/tablefield