Open parisamashinchi opened 7 years ago
Hi @parisamashinchi , add this lines to your codes
image: {
title: 'image_xx',
type: 'html',
valuePrepareFunction: (value) => { return '<img src= ' + value + ' />' }
}
PS :I suppose that you name your column image . if not, just change it
let me know if you have any other questions.
Is there any solution to upload image and show it in cell of editor row ?