This page covers a non-latest version of Handsontable.
# Custom renderer in React
Table of contents
# Overview
You can declare a custom renderer for the HotTable
component by declaring it as a function in the Handsontable options or creating a rendering component.
# Example
The following example implements @handsontable/react
with a custom renderer added. It takes an image URL as the input and renders the image in the edited cell.
# Related articles
# Related guides
# Related API reference
- APIs:
- Configuration options:
- Core methods:
- Hooks: