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
Govind TalariGovind Talari 

jQuery table doesn't work in lightning components

I have read few articles already, however there is no help

https://www.biswajeetsamal.com/blog/how-to-use-jquery-in-salesforce-lightning-aura-component/

https://sfdcmonkey.com/2018/03/13/jquery-datatable-salesforce-lightning-component/

https://www.forcetalks.com/blog/how-to-use-jquery-datatable-plugin-in-salesforce-lightning-component/

i tried to implement it from these websites, but still it doesn't show any effect of jQuery.

is it advisable to us jQuery in lightning components??

 

Thanks in advance.

ravi soniravi soni

Hi Govind,
show me your com,js,apex,static resource.
I did copy and past same functionality from this 
https://sfdcmonkey.com/2018/03/13/jquery-datatable-salesforce-lightning-component/
in my org it's working fine.
let me check your component.
Thank you.