Hi,
I have a datatable with a column whose content is something like this:
html.Img(src=“…”)
How do I tweak my code in a way that I get an image in the datatable instead of a string as the one above?
Hi,
I have a datatable with a column whose content is something like this:
html.Img(src=“…”)
How do I tweak my code in a way that I get an image in the datatable instead of a string as the one above?
HI @subodhpokhrel7 welcome to the forums.
Maybe related?
AG Grid solves my problem. Thank you