frankjmattia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Mar-17 04:10 UTC
creating tables with variable number of columns
to put this question as simply as possible... - spreadsheet functionality without a spreadsheet - ive tried a few different approaches to this problem without success... giving the user a way to create tables to store trivial information in tabular format. each table would generally have a different number of columns... the last approach i tried involved having a sheet, sheetrow, sheetcolumn, sheetfield... sheet having many rows and columns, field belonging to row and column... etc... whatever - as you can tell this is a complication from hell and unlikely to be in any way shape or form efficient... so any ideas? thanks, - FJM --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Mar 16, 2008, at 9:10 PM, frankjmattia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> - spreadsheet functionality without a spreadsheet -Have a look at: http://code.google.com/p/trimpath/wiki/TrimSpreadsheet --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
frankjmattia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Mar-18 06:21 UTC
Re: creating tables with variable number of columns
yeah, i guess a main stumbling block is going to be keeping all the data separate. i don''t want to just store my stuff as a serialized object ... eh, i guess im going to be trying to reinvent the wheel in some ways but i can''t really find another decent way... many thanks though. On Mar 17, 12:16 am, "s.ross" <cwdi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Mar 16, 2008, at 9:10 PM, frankjmat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > > - spreadsheet functionality without a spreadsheet - > > Have a look at: > > http://code.google.com/p/trimpath/wiki/TrimSpreadsheet--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---