I want to customize how the rows appear and don't know if it's even possible. I have 3 columns at the moment and X number of rows. Given a specific row I want the first two columns to show as normal, however the third column I want to appear below the first two columns and span both of them.
This is how I want each row to appear. Is this possible?
--------------------------------------------
| Start Date | End Date |
--------------------------------------------
| 4/29/2008 1:00pm | 4/29/2008 1:03pm |
--------------------------------------------
| Executing step abc... |
| Doing some work... |
| Done. |
--------------------------------------------
This is how I want each row to appear. Is this possible?
--------------------------------------------
| Start Date | End Date |
--------------------------------------------
| 4/29/2008 1:00pm | 4/29/2008 1:03pm |
--------------------------------------------
| Executing step abc... |
| Doing some work... |
| Done. |
--------------------------------------------