"body": "$invoiceLineItems" full width page

Hi, how can i get the table of the invoicelineitems on the full page width ?

"table": {
  "headerRows": 1,
  "widths": [
    "*",
    "*",
    "*",
    "*",
    "*"
  ],
  "body": "$invoiceLineItems"

it’s not using the fullpage if i add own data in the body it’s using fullpage
so how can i override the columnwidth of the lineitems ?

}

I’m not sure, you should just need one “*” column (and the rest numbers or percentages) for it to take up the full width.

… or ‘auto’