function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gaurav Chauhan 16Gaurav Chauhan 16 

Use jQuery Plugins in Lightning Web Components

I have a requirement to use jQuery plugin in LWC for the scrollable table with fixed headers and column. I am able to load the JS on the page but not able to call the js functions of the plugin. I found some documentation in which it is written that in order to manipulate the dom using 3rd party js we have to write lwc:dom="manual" on the top element and it should be blank and from javasript we have to add inner nodes. My dom is created in html and can't be loaded from js. Is there any way to resolve this?