构造函数
方法
compose
compose( clickableComponentFieldId: string, tableComponentFieldId: string, title?: string | (
() => string)
,): void 参数
- clickableComponentFieldId: string
- tableComponentFieldId: string
- title: string | (() => string) = "table_export"
返回 void
表格导出服务
通过在按钮组件绑定事件,一键将表格数据导出为 CSV 文件,支持 Excel 打开。 适用于需要快速导出表格数据的场景,提供便捷的数据导出功能。 内置防抖优化,避免重复点击导致的性能问题。