How to add a permanent prefix in a column

Tags: #<Tag:0x00007f8b1cf1a460>

i’m developing with handsontable.

i want that add prefix string to value of some column.
how can i?

image

Hi @luigifabbri1021

You can use a custom cell renderer. Here’s an example of a full column renderer https://jsfiddle.net/m9kqh6xp/ and here https://jsfiddle.net/m9kqh6xp/1/ we define the custom renderer externally and refer to it in the first cell of the Price in USD column.

Would that meet your requirements?

thanks for reply.

  • no currency type in cell types?

It’s perfect.