r - Render images in datatables in shiny -
is there way render images in datatable in shiny ?
if try adding tag
paste(<img src="http://test.com/img/', x, '.jpg" height=52></img>', sep='')
as part of column (in want show image) spits out html tag , not image.
as @bunk mentioned, escape=false works embedding images in datatable.
Comments
Post a Comment