miniprogram-table-component icon indicating copy to clipboard operation
miniprogram-table-component copied to clipboard

微信小程序自定义表格组件(自定义第三方组件),适用于小程序原生开发。

Results 20 miniprogram-table-component issues
Sort by recently updated
recently updated
newest added

能否实现类似于合并单元格的效果呢?比如 第一列有一个单元格对应第二列的三个单元格。

表头数据修改了不会重新触发视图

data数据,后端返回的Array中,数据是多级的,prop绑定只能读取到一级的字段,二级的字段读取不到 ![image](https://user-images.githubusercontent.com/73637934/172575138-b63f0a91-e133-44a8-b193-6c7f6ddee55e.png)

写完后无法触发,也不会报错,没有任何反应

表头"sign_in"——数据"sign_in_time" 表头"sign_out"——数据"sign_out_time" 表头"statusText"——数据"status"

![image](https://user-images.githubusercontent.com/10230756/155846860-01f70207-e49e-4185-a35f-15af9cfdb2ad.png) ![image](https://user-images.githubusercontent.com/10230756/155846889-a621de05-e78a-429e-a50d-f933d57fe06b.png)

Do not set same key "[object Object]" in wx:key. 我的表头对象tableHeader是一个数组,数组里是一个个的对象,所以在使用 wx:key="*this" 时,循环对象的 item 本身就不是一个唯一的字符串或者数字,所以会报警告,能否优化一下?

请问下表格列数过多怎么设置横向滑动?

cell width固定时,文字不会自动换行? @habc0807

请问下 ![image](https://user-images.githubusercontent.com/34834930/98080293-28a65980-1eb0-11eb-9d6c-1eb2d133534e.png) offsetTop: { type: Number, value: 150 }, 这个属性好像没有用到,表头没有固定