R rhandsonetable in htmlTemplate / JqueryLayout not working

73 Views Asked by At

I want to create a shinyApp with a custom UI, using the htmlTemplate function from shiny and the JQuery Layouts from here.

Displaying tables using the DT framework works fine, but I would like to use the rhandsontable package. Unfortunately, this is not as easy as including a DT-table.

The browser console gives back this error:

`language` is deprecated since version 1.6.0. Use `culture` instead handsontable.full.min.js:36:7951

jQuery.Deferred exception: $N.selector is undefined _initContainer@http://127.0.0.1:5340/layout-master/source/stable/jquery.layout.js:1832:3
_create@http://127.0.0.1:5340/layout-master/source/stable/jquery.layout.js:1549:3
$.fn.layout@http://127.0.0.1:5340/layout-master/source/stable/jquery.layout.js:5124:6
@http://127.0.0.1:5340/LayoutScript.js:9:13
j@http://127.0.0.1:5340/jquery-3.2.1/jquery.min.js:2:29997
g/</k<@http://127.0.0.1:5340/jquery-3.2.1/jquery.min.js:2:30313
 undefined jquery.min.js:2:31569

TypeError: $N.selector is undefined[Weitere Informationen]

The app-code can be found here and run with

runGitHub(repo = "rhandsonetable", username = "trafficonese")

How do I resolve this issue?

0

There are 0 best solutions below