I'm not sure if this will help, but you're supposed to use th, not td, in
tfoot.

-- Yehuda

On 12/27/06, Rafael Santos <[EMAIL PROTECTED]> wrote:

hey, i'd like to know if i'm doing something wrong. Check this:

<table>
<thead>
<tr>
  <td>1</td>
  <td>2</td>
</tr>
</thead>
<tbody>
<tr>
  <td>1</td>
  <td>2</td>
</tr>
</tbody>
<tfoot>
  <tr>
     <td colspan="2">products found: #que.recordCount#</td>
   </tr>
</tfoot>
</table>

When i try to sort it, firebug tells me:

tbl.sorter.js (line 292) : o has no properties
  return o.innerHTML;

I realise that if i remove the colspan it works fine...
So i shouldnt this attribute?




_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/





--
Yehuda Katz
Web Developer | Wycats Designs
(ph)  718.877.1325
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to