But can we have few features here ?
I need hover tooltip and also if you see the there is no secondary axis between 2 categories. All are in the same line
Inline plots are going to have a lot of limitations. They're meant to be very minimal. Do your plots have to be in a table? Can you use facet_wrap instead to make a grid of plots?
There's this example for inserting images into a kable table. You could write a script to save the individual images and put the filenames in a properly ordered vector. They won't have hover though.
Maybe... that goes outside my own personal experience.
You can insert html into a kable table by setting the argument escape = FALSE, so I guess it's possible to insert "html plots" into a table that have hover enabled in the html.
Yes it is possible. But the issue I am not able to insert HMTL javascripts directly. If you see my another question in the link i shared, we cannot directly paste html scripts
Ok let me explain my end goal say my final dataframe is below
df
ID plot
1
2
In this plot column I need to render plots as attached in my question. These plots are reactive and changes as per filters so we cannot put html static images. Similar to below image. Here the I can put it under datatable(df, excape = FALSE)where df is data with below values