Skip to main content

Customize inputs

RichFunctionView supports custom inputs. You can create your own input and use it via the special input tag. Much like a validator function, custom input also should be returned by Datagrok function.

caution

Custom input functions should be written in JavaScript.

Here is an example of a custom input for string values. It behaves exactly the same as the default string input but has aqua background color.