# ht.table 说明
ht.table.js 自定义表格组件封装工具
Author andy.ten@tom.com & xukaixing@hotmail.com
# API
# Table Methods
| 方法名 | 说明 | 参数 | 示例 |
|---|---|---|---|
| combined | 请求拼接数据方法 | (filter) | const condition = combined(data); |
| searchCombined | 查询拼接数据方法 | (formList, filter, tabNode) | const condition = searchCombined (formList, filter, tabNode); |
| saveCombined | 保存拼接数据方法 | (formList, filter) | const condition = saveCombined(formList, filter); |
# 版本
- v1.2.6