Details
Description
By using ExampleTable, I would use this format
| Header1 | value1 |
| Header2 | value2 |
| Header3 | value3 |
Currently we can only use this way:
| Header1 | Header2 | Header3 |
| value1 | value2 | value3 |
thks
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mauro Talevi [ maurotalevi ] | |
| Fix Version/s | 3.x [ 16979 ] |
| Comment | [ I would see it possible to add a transforming pipeline so that we an plugin any form of transformation into the standard format. ] |
| Fix Version/s | 3.6.4 [ 18434 ] | |
| Fix Version/s | 3.x [ 16979 ] | |
| Affects Version/s | 3.6 [ 17721 ] | |
| Component/s | Core [ 11086 ] |
| Summary | Example Table |Header1|value1| | Allow transformation of example tables |
| Comment | [ We could add a plubbable mechanism to allow the transformation from any layout (or even format) ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 3.7 [ 18390 ] |
Added TableTransformers to ExamplesTableFactory to allow registration of custom transformers. A FromLandscape trasformer has been added by default. Use inlined property to specify transformation from landscape:
{transformer=FROM_LANDSCAPE}