I just want to confirm that it''s *not* possible to sort <tr>s in tables.... Jamie
It most certainly is possible, I do it in a private app I built for a client, but it acts differently in Firefox and IE on Windows (I haven''t tested on a MAC). I believe in IE the rows actually appear to come off the page as you move them which makes it easier to see them moving, whereas in Firefox it''s hard to tell the rows are being dragged around. I''ll see if I can post a public example somewhere. I''ve also built another piece to that app where my draggable objects in my sortable lists are <table>''s. Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces@lists.rubyonrails.org [mailto:rails-spinoffs-bounces@lists.rubyonrails.org]On Behalf Of Jamie Orchard-Hays Sent: Tuesday, October 04, 2005 10:09 AM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] sorting I just want to confirm that it''s *not* possible to sort <tr>s in tables.... Jamie _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Hi Jamie, i asked the same a few weeks ago. I think I saw a demo recently and the difference was that the container was a *tbody* and not the *table* directly. Need to test it on my own, though Cheers, Victor On 10/4/05, Jamie Orchard-Hays <jamie@dang.com> wrote:> I just want to confirm that it''s *not* possible to sort <tr>s in > tables.... > > Jamie > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-- Victor Jalencas <Victor.Jalencas@gmail.com>
Yes you need a TBODY.....IE won''t even display a table generated via the dom unless you give it a TBODY. Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces@lists.rubyonrails.org [mailto:rails-spinoffs-bounces@lists.rubyonrails.org]On Behalf Of victor jalencas Sent: Tuesday, October 04, 2005 11:31 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] sorting Hi Jamie, i asked the same a few weeks ago. I think I saw a demo recently and the difference was that the container was a *tbody* and not the *table* directly. Need to test it on my own, though Cheers, Victor On 10/4/05, Jamie Orchard-Hays <jamie@dang.com> wrote:> I just want to confirm that it''s *not* possible to sort <tr>s in > tables.... > > Jamie > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-- Victor Jalencas <Victor.Jalencas@gmail.com> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
thanks, guys.... I''ve already converted my table to a list, but I''m glad to know this. I was sure I''d read that tables rows weren''t draggable somewhere. On Oct 4, 2005, at 11:52 AM, Joseph Potenza wrote:> Yes you need a TBODY.....IE won''t even display a table generated > via the dom > unless you give it a TBODY. > > Joe Potenza > Lead Developer > BigBuzz Internet Business Solutions > 516.845.0702 x314 > http://www.bigbuzz.com > > > > -----Original Message----- > From: rails-spinoffs-bounces@lists.rubyonrails.org > [mailto:rails-spinoffs-bounces@lists.rubyonrails.org]On Behalf Of > victor > jalencas > Sent: Tuesday, October 04, 2005 11:31 AM > To: rails-spinoffs@lists.rubyonrails.org > Subject: Re: [Rails-spinoffs] sorting > > > Hi Jamie, > > i asked the same a few weeks ago. I think I saw a demo recently and > the difference was that the container was a *tbody* and not the > *table* directly. Need to test it on my own, though > > Cheers, > Victor > > On 10/4/05, Jamie Orchard-Hays <jamie@dang.com> wrote: > >> I just want to confirm that it''s *not* possible to sort <tr>s in >> tables.... >> >> Jamie >> >> >> _______________________________________________ >> Rails-spinoffs mailing list >> Rails-spinoffs@lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >> >> > > > -- > Victor Jalencas <Victor.Jalencas@gmail.com> > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >
I will note however that I use a handle image in the first cell of the row. Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces@lists.rubyonrails.org [mailto:rails-spinoffs-bounces@lists.rubyonrails.org]On Behalf Of Jamie Orchard-Hays Sent: Tuesday, October 04, 2005 11:58 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] sorting thanks, guys.... I''ve already converted my table to a list, but I''m glad to know this. I was sure I''d read that tables rows weren''t draggable somewhere. On Oct 4, 2005, at 11:52 AM, Joseph Potenza wrote:> Yes you need a TBODY.....IE won''t even display a table generated > via the dom > unless you give it a TBODY. > > Joe Potenza > Lead Developer > BigBuzz Internet Business Solutions > 516.845.0702 x314 > http://www.bigbuzz.com > > > > -----Original Message----- > From: rails-spinoffs-bounces@lists.rubyonrails.org > [mailto:rails-spinoffs-bounces@lists.rubyonrails.org]On Behalf Of > victor > jalencas > Sent: Tuesday, October 04, 2005 11:31 AM > To: rails-spinoffs@lists.rubyonrails.org > Subject: Re: [Rails-spinoffs] sorting > > > Hi Jamie, > > i asked the same a few weeks ago. I think I saw a demo recently and > the difference was that the container was a *tbody* and not the > *table* directly. Need to test it on my own, though > > Cheers, > Victor > > On 10/4/05, Jamie Orchard-Hays <jamie@dang.com> wrote: > >> I just want to confirm that it''s *not* possible to sort <tr>s in >> tables.... >> >> Jamie >> >> >> _______________________________________________ >> Rails-spinoffs mailing list >> Rails-spinoffs@lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >> >> > > > -- > Victor Jalencas <Victor.Jalencas@gmail.com> > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs