Results 6 issues of i7eo

### 这个需求解决了什么问题: 根据位置或者rowkey来更新表格数据 ### 建议的 API 是什么样的: _No response_ ### 是否已有其他不错的替代方案: 目前只能使用 getTableData()?.fulldata 来获取全量数据更新,再调用 loaddata 全量覆盖

enhancement

### 这个需求解决了什么问题: 二次封装的时候,可以在rendered后进行一些列宽的动态计算 ### 建议的 API 是什么样的: _No response_ ### 是否已有其他不错的替代方案: _No response_

enhancement

### 可复现的链接: 详情见描述 ### 问题描述与截图: 使用 vxegrid,开启数据代理,配置如下: ```javascript // ... proxyConfig: { result: 'data.result', total: 'data.total' } // ... ``` 此时关闭分页: `pagerConfig={{ enabled: false }}` 报错如下: ![截屏2022-06-14 10 54 02](https://user-images.githubusercontent.com/18899748/173483733-6081ffa3-05f5-4600-a416-ec80b1009cb4.png)...

bug

# Forma 36 contribution proposal ## The proposal I'm sorry,I didn't use forma36 component. But I inspired by your `scripts/changeset` code. I’m so apperciate it. I think your `scripts/changeset` is...

proposal
needs review

场景就是手动调用 updateSchema 来更新一个表单中的 select 表单项 schema,这个表单项的 componentProps 是函数(函数中有一些业务逻辑),此时动态调用 updateSchema 来更新 componentProps 函数中的 options 数组。如下: ``` javascript updateSchema([ { field: "selectA", componentProps: { options: [ // ... ] } } ])...

Stale

I am using gitlab 14.5, but I found that [gitbeaker](https://github.com/jdalrymple/gitbeaker) changelog supports 16.x. Which version of [gitbeaker](https://github.com/jdalrymple/gitbeaker) should I use?

question
type:documentation