-
### What problem does this feature solve?
updateRecords API得效率很低,存在性能问题,希望能优化一下updateRecord
### What does the proposed API look like?
updateRecords API得效率很低,存在性能问题,希望能优化一下updateRecord
-
In some places it'd be better to update just the property rather than the entire object?
-
So I was able to get `UpdateRecord` working but I started to run into a bug that took me a while to find.
Essentially I would create a record, attach some edges to it, and later on at some point I am…
-
It would be nice to add support for INWX DNS-API.
**Comparable plugins**
* [acme.sh](https://github.com/acmesh-official/acme.sh/blob/master/dnsapi/dns_inwx.sh)
* [certbot](https://github.com/oG…
-
Apparently possible via options in `updateRecord()`
-
Hey,
When I try to update a record in a lead that is of type Date using the API it is not saving/updating.
For example
RubyZoho::Crm::Lead.update(id: u.leadid,
fieldname: Time.now.strftime…
-
### Duplicates
- [X] I have searched the existing issues
### Summary
`updateRecord` has the following parameters available:
- `id`: the `id` field of the record updated
- `data` : an object cont…
-
Each time **updateUserWeeklySneezes** is called it is adding data to the existing list. The **updateUserWeeklySneezes** function is called twice on launch from **updateRecords** and once again from **…
-
I am curious if there is a way to apply the currently set sort after an updateRecord has been performed.
I have a site which lists web service status information. These will be sorted by active/down…
-
### Version
1.5.1
### Link to Minimal Reproduction
https://codesandbox.io/p/sandbox/react-vtable-forked-pv9jlr?file=%2Fsrc%2Ftable.tsx
### Steps to Reproduce
使用updateRecords 更新数据,数据量较大时滚动滚动条会存在卡帧…