Add functionality that allows to add unique css class selectors for table rows, columns and individual cells.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nitrosx’s picture

Added patch to include rows and columns unique css selectors. It provides also the functionality to add unique css selector that includes the field name.

kevineinarsson’s picture

Status: Active » Needs work

Needs reroll for the latest dev version.

nitrosx’s picture

Re-rolled patch for latest git 7.x-1.x code.
Also fixed minor bug

nitrosx’s picture

Status: Needs work » Needs review

  • websystem committed 3526880 on 7.x-1.x authored by nitrosx
    Issue #2463881 by nitrosx: Mark table row and columns with unique css...
El Alemaño’s picture

The last dev already have this patch, but I was having this error:

Notice: Undefined index: cssrowcol in theme_field_collection_table_multiple_value_fields()
Notice: Undefined index: cssfield in theme_field_collection_table_multiple_value_fields()

Thats why I did a small patch to fix this, not sure if the notice is just happening on my project, but maybe this help someone else.

Thanks for the patch @nitrosx!

  • websystem committed d0336ca on 7.x-1.x authored by El Alemaño
    Bugfix for issue #2463881 by El Alemaño: Mark table row and columns with...
kevineinarsson’s picture

Looks good, committed.

kevineinarsson’s picture

Assigned: nitrosx » Unassigned
Status: Needs review » Closed (fixed)
limwork’s picture

Table row and columns with unique css classes works only on node display but not on node edit