Add row and column classes for easier theming.
In tablefield.module, change the attributes in line 366

'#attributes' => array('id' => 'tablefield_' . $delta . '_cell_' . $i . '_' . $ii, 'class' => 'tablefield-row-'. $i .' tablefield-column-'. $ii),

Comments

weseze’s picture

Have a look at my patch over here: http://drupal.org/node/1094568
It does much more then you want, but classes for rows and cols are also included ;)

lolandese’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing as "Won't fix" because the Drupal 6 version is unsupported and the issue doesn't seem to appear on Drupal 7 or 8. If you believe it does, feel free to reopen the issue and change the version as appropriate.

Of course you can also reopen the issue if you provide a patch that fixes the issue.