Skip to content

Table items are not aligned #62

@gauravbordoloi

Description

@gauravbordoloi

When I print the below code, the row items are not aligned to center with the column

printer.tableCustom(
    [
        { text: "Tic tac 5", width: 0.4 },
        { text: "1, align: "CENTER", width: 0.1, style: 'b' },
        { text: "5", align: "CENTER", width: 0.166, style: 'b' },
        { text: "5", align: "CENTER", width: 0.166, style: 'b' },
        { text: "5", align: "CENTER", width: 0.166, style: 'b' }
    ],
    [
        { text: "2 in 1 Agarbatti", width: 0.4 },
        { text: "1, align: "CENTER", width: 0.1, style: 'b' },
        { text: "15", align: "CENTER", width: 0.166, style: 'b' },
        { text: "15", align: "CENTER", width: 0.166, style: 'b' },
        { text: "30", align: "CENTER", width: 0.166, style: 'b' }
    ]
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions