错误类型错误:无法读取 null 的属性“querySelectorAll”和错误类型错误:无法读取 null 的属性“getElementsByTagName”

时间:2021-01-28 17:38:51

标签: angular angular10

 public export(type, element) {
    // console.log(element);
    this.exportAsConfig = {
      type: type, // the type you want to download
      elementIdOrContent: element, // the id of html/table element
    };
 

----------------------------------------------- -------------------------* 组件.ts

{{1}}

我尝试通过单击按钮在 csv 和 xml 中打印,但它给了我上述错误, 我不知道为什么它会这样告诉我。有人可以帮我吗

我正在使用 angular 9 "ngx-export-as": "^1.5.0",

1 个答案:

答案 0 :(得分:0)

仔细检查id为listVotantesPrint的元素是一个html表格,csv格式只适用于表格