I used 3rd party data table jQuery & CSS because of its unique styles and various inbuilt filter functionalities.
As my application is related with some sort of data analysis, i used data tables almost on every screen of the application.
This CSS & jQuery's directly coming from the CDN and i don't want to copy & paste CSS & jQuery's on every page(avoid code redundancy). Having issue with overriding with default CSS.
How can I include all these CSS & jQuery's inside OS application. I am aware about "AddStylesheetTag" but as i mentioned overriding css issue. Somewhere data tables are working as expected very smoothly, somewhere partially, somewhere not working at all.
So kindly suggest me the best way, all I want to do is get through it.
Hi @Pradip Chavhan
1. for jquery open the cdn and copy paste into new script file by creating file into the scripts
2. add script to your selected screen or webblock of your choice
3. and for css you can add the screen or create an application and add n blank module add css there and take the depency to your required module.
or by this function add css url
hope this helps
Thanks
Prince
Thank you for your valuable reply.
welcome. mark as solution if you find it helped you accourdingly.