All Topics
Inline Editing WooCommerce Attribute – table.js error
Using Admin Columns Pro (v5.3.2) with your WooCommerce addon (v3.5.4) on WooCommerce v4.7.0.
I’ve added some attribute columns to the products and enabled inline editing for them.
When I select the pencil icon to edit the attribute, I click into the field to start typing to search for my term but it just says “searching…” and nothing appears.
I’ve noticed in Chrome dev tools that when I click into the field to search for my term, the following error appears in the console:
table.js?ver=1605617427:26 Uncaught TypeError: Cannot read property 'dataset' of undefined
at Object.data (table.js?ver=1605617427:26)
at AjaxAdapter.query (select2.js?ver=1.0:3313)
at Select2.<anonymous> (select2.js?ver=1.0:5070)
at Select2.Observable.invoke (select2.js?ver=1.0:614)
at Select2.Observable.trigger (select2.js?ver=1.0:604)
at Select2.trigger (select2.js?ver=1.0:5167)
at Select2.open (select2.js?ver=1.0:5187)
at Select2.toggleDropdown (select2.js?ver=1.0:5178)
at DecoratedClass.<anonymous> (select2.js?ver=1.0:5010)
at DecoratedClass.Observable.invoke (select2.js?ver=1.0:614)
Any idea why this happening?
You must be logged in to reply to this topic.