Skip to content

Unable to add vertical divider to table #92

@Johnne25

Description

@Johnne25

All your posts say there is a property to do this, but no where does it show what the property is called or an example on how to use it. You do provide a sample PDF which shows vertical line dividers, but not how it was done.

Can you update the documentation or provide a working example?

These are the current options I am using:

const options = {
		width: doc.page.width,
		hideHeader: false,
		divider: {
		  header: { disabled: false, width: 0.1, opacity: 1},
		  horizontal: { disabled: false, width: 0.1, opacity: 1},
		  vertical: { disabled: false, width: 1, opacity: 1}
		}
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions