您必须将其传递给这样的内容:
{
table: {
headerRows: 1,
widths: '*',
body: [
['col1','col2','col3'],//header
['col1value','col3value','col3value']//values
['col1value','col3value','col3value']//values
]
},
layout: this.layout()
};