API Updates for October 2026
API Updates
The next Kintone update is on October 13th, 2026. The release also includes the following API updates.
Update Summary
The October 2026 update introduces new JavaScript APIs related to the buttons used to add or delete Table field rows.
Kintone JavaScript API
New Features
The following new JavaScript APIs will be added:
- APIs that show or hide the Add row and Delete this row buttons of a Table field
- APIs that retrieve the display state of the Add row and Delete this row buttons of a Table field
API that shows or hides the "Add row" buttons of a "Table" field
PC Version
kintone.app.record.showAddTableRowButtons()
Shows or hides the Add row buttons of a Table field.
Mobile Version
kintone.mobile.app.record.showAddTableRowButtons()
Shows or hides the Add row buttons of a Table field.
API that shows or hides the "Delete this row" buttons of a "Table" field
PC Version
kintone.app.record.showDeleteTableRowButtons()
Shows or hides the Delete this row buttons of a Table field.
Mobile Version
kintone.mobile.app.record.showDeleteTableRowButtons()
Shows or hides the Delete this row buttons of a Table field.
API that retrieves the display state of the "Add row" buttons of a "Table" field
PC Version
kintone.app.record.getAddTableRowButtonsDisplayState()
Retrieves the display state of the Add row buttons of a Table field.
Mobile Version
kintone.mobile.app.record.getAddTableRowButtonsDisplayState()
Retrieves the display state of the Add row buttons of a Table field.
API that retrieves the display state of the "Delete this row" buttons of a "Table" field
PC Version
kintone.app.record.getDeleteTableRowButtonsDisplayState()
Retrieves the display state of the Delete this row buttons of a Table field.
Mobile Version
kintone.mobile.app.record.getDeleteTableRowButtonsDisplayState()
Retrieves the display state of the Delete this row buttons of a Table field.
Product News
Be sure to check out the
Kintone Product Updates
page on the product website for the latest news on feature improvements and other important notices.