>>
>
> Don't forget that every row has rowIndex and sectionRowIndex
> properties and every cell a cellIndex property.  These are very much
> faster than CSS-style selectors, e.g.:
>
>    $($('#tableID').rows[x].cells[y]).text();

Hi Rob,

I've never seen that syntax before, and I can't get it to work. Do you  
have a working example you can show us?

thanks

--dave

Reply via email to