Hi Ole
I am trying to make general css rules targeting a css selectors. The tables are different so I cannot create even/odd rules as they are too imprecise. I would like to be able to specify css class for certain rows or target rows by the modifications made in editor.
All the changes I try to make in the editor all target the td cells and not the tr container.
Example: I have certain rows that have two columns and are merged. I would like them to have “merged” css class or some other class indicating that the rows are merged. In stead, the editor css makes the first cell colspan=2 and hides the other. The tr itself does not get any new css class. Same with background color, coloring a row does not actually color the tr. It colors the child td’s in the tr, so we can again not css target the tr.
I could target the “height” of each tr if I could specify the height. But the editor only offers to pull the height with mouse without specifying what the final height is.
In short, please consider allowing users to specify css class of rows, allow row changes in editor to reflect as css classes on the row and not the tds and properly classify the td rows with ids. That would be a great improvement to your nice plugin .)