I want to change cell value visually on render without changing the original value of cell. I am trying to add a suffix or prefix(using some rules) to the value i render in the grid without changing the original value of the cell.
the common way in this case is to create a custom column type.
Here you can find a tutorial about crating a custom column type with the ready examples: docs.dhtmlx.com/grid__columns_t … olumntypes