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

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -