i’m developing with handsontable.
i want that add prefix string to value of some column.
how can i?
i’m developing with handsontable.
i want that add prefix string to value of some column.
how can i?
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.
It’s perfect.