Hi guys. I want to build a multi rows table(examle in attached image) in my yaml configuration file. I spend couple of days but now can create just a single row table:
- !columns
> config:
> borderWidth: 1
> borderColor: black
> align: LEFT
> cells:
> - padding: 5
> borderWidth: 0.5
> items:
> - !columns
> config:
> borderWidth: 1
> borderColor: black
> align: LEFT
> cells:
> - padding: 5
> borderWidth: 0.5
> items:
> - !row
> items:
> - !text
> text: "Hi"
> - !text
> text: "Hi"
> - !text
> text: "Hi"
> - !text
> text: "Hi"
> - !columns
> config:
> borderWidth: 1
> borderColor: black
> align: LEFT
> cells:
> - padding: 5
> borderWidth: 0.5
> items:
> - !text
> text: "${comment}"
>
Any advices?
------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems
_______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
