
|
If you were logged in you would be able to see more operations.
|
|
|
WET
Created: 01/Apr/06 02:55 AM
Updated: 18/Jun/07 10:15 AM
|
|
| Component/s: |
WET DOM Interface
|
| Affects Version/s: |
0.5.3
|
| Fix Version/s: |
Future
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
0.5.3.x
|
|
|
Hue Mach Dieu had the following issue in one of his
tables.
y application table display data as like this
-----------------------------------------------
| Col 1 | Col 2 | Col 3 | ...
-----------------------------------------------
| V1 | V2 ..
| Row 1 | -------------------------------------
| V3 | V4 ..
-----------------------------------------------
| Row 3 | V5 | V6...
-----------------------------------------------
...
When I use method: table(..).to_a(), I get I got this result:
=> [["Col 1", "Col 2", "Col 3",..], ["Row 1", "V1", "V2",..],
["V3",
"V4",..],"Row 3", "V5", "V5",..] ]
Looking this result, I found this value ["V3", "V4",..]
missing 1
column.
|
|
Description
|
Hue Mach Dieu had the following issue in one of his
tables.
y application table display data as like this
-----------------------------------------------
| Col 1 | Col 2 | Col 3 | ...
-----------------------------------------------
| V1 | V2 ..
| Row 1 | -------------------------------------
| V3 | V4 ..
-----------------------------------------------
| Row 3 | V5 | V6...
-----------------------------------------------
...
When I use method: table(..).to_a(), I get I got this result:
=> [["Col 1", "Col 2", "Col 3",..], ["Row 1", "V1", "V2",..],
["V3",
"V4",..],"Row 3", "V5", "V5",..] ]
Looking this result, I found this value ["V3", "V4",..]
missing 1
column. |
Show » |
| There are no comments yet on this issue.
|
|