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: 4 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T13:58:37.000Z (over 10 years ago)
- Last Synced: 2025-01-26T15:11:29.398Z (6 months 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
