Original table rendering:
This | is | row | 1 |
This | is | row | 2 |
This | is | row | 3 |
This | is | row | 4 |
Switching the first and second column:
is | This | row | 1 |
is | This | row | 2 |
is | This | row | 3 |
is | This | row | 4 |
Passing certain attribute values to given cells in the table :
This | is | row | 1 |
is | row | 2 | |
This | is | row | 3 |
This | is | row | 4 |
The modify-element example: JFP