Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pierreco/salesforce-panelgrid
Create table with apex:panelGrid in Salesforce to generate a PDF
https://github.com/pierreco/salesforce-panelgrid
Last synced: about 2 months ago
JSON representation
Create table with apex:panelGrid in Salesforce to generate a PDF
- Host: GitHub
- URL: https://github.com/pierreco/salesforce-panelgrid
- Owner: pierreco
- Created: 2015-03-17T09:54:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T13:58:37.000Z (almost 10 years ago)
- Last Synced: 2023-02-27T04:46:45.850Z (almost 2 years ago)
- Homepage:
- Size: 124 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Trick Apex Salesforce
Create table with apex:panelGrid in Salesforce to generate a PDF##Sample code
###body
```
Sample1
Sample1
Sample1
Sample1
Sample1
Sample1
Sample2
Sample2
Sample2
Sample2
Sample2
Sample2
Sample3
Sample3
Sample3
Sample3
Sample3
Sample3
Sample4
Sample4
Sample4
Sample4
Sample4
Sample4
Sample5
Sample5
Sample5
Sample5
Sample5
Sample5
Sample6
Sample6
Sample6
Sample6
Sample6
Sample6
```
###style
```.detail td {padding: 5px, 13px}
.col1 {width:315px; text-align: left;}
.col2 {width:5px; text-align:center; }
.col3 {width:75px; text-align: right;}
.col4 {width:45px; text-align:center; }
.col5 {width:25px; text-align:center; }
.col6 {width:90px; text-align: right;}
```#Output
![alt text](http://i.imgur.com/N8ognaP.png "Example")