I don't know if I quite get what you're asking for - >allowing a new field (column) to be added.
Adding a new field to a database table is obviously non trivial! The easiest way is to perhaps create a table/model called AssocDataField, which gives the label for the column, and then have an AssocData table, so that new 'columns' are created by inserting rows, not modifying tables. > I would have to click "Edit" on each row and edit the value for the field for > each row. This isn't the same as adding a new column, surely?!? If you're just looking for a more spreadsheet style interface (in cell editing etc), I'd recommend using one of the various javascript data grid plugins around, especially the amazing Ext grids, and the JQuery inline editing plugins - they're quite simple to integrate with Cake. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
