Mobius1 / Selectable

Touch enabled selectable plugin inspired by the jQuery UI widget.
MIT License
144 stars 21 forks source link

init problem - container not assigned correctly? #66

Closed chrimez closed 1 year ago

chrimez commented 1 year ago
var selector_list = "table.list_table";
const selectable = new Selectable({
            container: selector_list,
     ...})

=> console output:

selectable.container    
> <body class="ui-container">

expected: <table class="list_table ui-container">

Mobius1 commented 1 year ago

I forgot to push v0.21.0 out which contains the new container option before updating the documentation.