wumo

Results 21 comments of wumo

@Say-me-cool > void main(){ > runApp(MaterialApp( > title: '数据传递', > home:Products( > products: List.generate(10, (i) => Product('商品$i', '编号为:$i')), > ), > )); > } > > > 如果在同一页面 是不是不能定义 两个...

``` function test(obj) { const res = {} for (const keys in obj) { const keyList = keys.split('.') const len = keyList.length const loop = (target, i) => { const...

> > sosad. any new domain? > > https://www.1lou.me/ 用新站回归来 还能注册! Thank you very much!

@tangerball 问题2无法复现,能否录个视频看下操作步骤

@moliyu 你是怎么使用的呢,目前无论是单独使用Checkbox组件(例1)和使用checkbox类型单元格(例2)都是支持修改颜色的 例1: ```ts const checkbox2 = new CheckBox({ text: { text: 'collect', fontSize: 12 }, box: { defaultFill: 'red', checkedFill: 'red' }, spaceBetweenTextAndIcon: 2 }); ``` 例2: ```ts {...

定义 GroupColumnDefine 列,也就是有 columns 配置时不需要定义 field 字段

不知道你说的“推导不出二级的columns类型”啥意思,反正我按你的去掉field字段配置后,写columns是有类型提示的,而且声明的 columnsList 的 columns 也有类型