Constructor
new PDFTable(columns, options)
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
columns |
Array | Columns for the table |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
options |
Object | Options for formatting and styling the table Properties
|
- Source:
Methods
addToPDF(builder)
Add a table to the PDF document.
Parameters:
Name | Type | Description |
---|---|---|
builder |
PDFBuilder |
- Source:
width() → {number}
Returns the full width of the table based on the page size and margins.
- Source:
Returns:
- Type
- number