gpt4 book ai didi

javascript - AG-Grid 在导出到 CSV 时跳过列

转载 作者:太空狗 更新时间:2023-10-29 18:29:15 25 4
gpt4 key购买 nike

我在表格中有一列,其中只有按钮。该按钮是下载按钮。当我点击导出到 csv 时,我不知道要导出什么列。这能做到吗?

最佳答案

我知道这是一个老问题,但这对我有用:

exportToExcel() {
var params = {
columnKeys: ['FIELDA', 'FIELDB', 'FIELDC']
};
this.gridApi.exportDataAsCsv(params);
}

您从 ColumnDef 中获取字段

关于javascript - AG-Grid 在导出到 CSV 时跳过列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50735392/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com