Community & Support

Entering and storing tabular data

Hey All,

I'm looking for a way to let users enter and store tabular data. Something like Rails' Ajax Scaffold(http://www.ajaxscaffold.com) would be great, but regular HTML is fine too.

Most users will have just one table that they personally control, but certain users will be able to create multiple tables.
I tried using CCK with fieldgroup_table, but when I go to create a table it pops up four rows by default, with no obvious option to add more. I want users to start with an empty table, and then have the option to add rows to it one at a time.

Is there any way to do this with Drupal?

Thanks,

Nick

Comments

It occurs to me that the

It occurs to me that the Admin interface already makes extensive use of tables.

Maybe someone can suggest how I might be able to leverage some of that existing code to do a similar thing for regular users?

Thanks,

Nick

There are 2 modules

There are 2 modules you can take a look at.

Table Manager Module is fairly extensive : http://drupal.org/project/tablemanager

The Table filter module is for 4.7 only, but it is code that you can look at. http://drupal.org/project/tablemanager

Regards

Thanks for the info. I think

Thanks for the info. I think I'm going to go with more of a custom route.

I'm hoping that I can use the techniques described in this post: http://drupal.org/node/47582.

Nick

TAPIr

If you're programming something, take a look at TAPIr: http://drupal.org/project/tapir - I've never used it, but it looks fine.

José San Martin
http://www.verinco.com/

José San Martin
http://www.chuva-inc.com/

nobody click here