[Seaside] Scriptaculous - Sortable

Lukas Renggli renggli at gmail.com
Wed May 24 14:26:41 UTC 2006


> I tried the sortable table row tags, but it seems like the wiki was
> right... it can indeed not be applied to these kind of tags. (I should
> have probadly believed the wiki from the start). Does anyone maybe know
> of a workaround for this?

Yes, use the DIV tag and a style-sheet to model the table, this works
fine with sortables ;-)

<div class="table">
  <div class="row">
    <div class="cell">foo</div>
    <div class="cell">bar</div>
    <div class="cell">zork</div>
  </div>
  ...
</div>

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list