By amirn on
Hi,
I'd like to create a page which contains tables that the user can edit their values (using inplace textbox/dropdown/checkbox)) and also be able to add/delete rows w/o page refresh (everything is per user - I need a portfolio type table)
It also should use ajax to refresh some values in one of the columns.
Another requirement is have the 2nd table (or 2nd part of the first table by filtering) collapse/expand by clicking on link.button.
Can someone please point me in the right direction to get something like this done? should it be based on views? (afaik Views is read only)
I'm using D6 - but migrating to D7 is an option if needed.
Thanks.
Comments
It sounds like you want to
It sounds like you want to look at create a content type (for D6 you would use the Content Construction Kit [CCK]). An instance of the content type would represent a row in the table and you could use views to list content of this type in a table format. By using views filters and exposing them you could allow people to filter the table.
thanks, but I need the table
thanks, but I need the table to be editable
I've used cck and views alot before, but as far as i know they do not allow me to have the table editable (inline)
also, i cant add rows dynamically while looking/editing the table.
(I need something like an Excel worksheet.. kinda..)
(i don't want filtering the table, but actuall adding/removing of rows from the DB)
You need wordpress which has
You need wordpress which has very robust table editing features via modules, very cool. I'm working on a site for a sports group which needs constant updating and I'm giving up on drupal, it's way too heavy an interface for that sort of thing
Sub
Sub