problems displaying filter_select

I have the same versions of the packages installed on two computers with Ubuntu 22. However, when running the example of the filter_select function from the documentation, in one case it looks good and in another it doesn't and the error remains when knitting and generating the .html

sd <- SharedData$new(chickwts)
filter_select("feedtype", "Feed type", sd, "feed")

packageVersion("crosstalk") = ‘1.2.0’
packageVersion("flexdashboard") = ‘0.6.2’

FilterSelect

Sorry I found the solution. I had an outdated version of the DT package!! With the 0.30 and 0.32 worked fine

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.