Apply jquery ui styles to only one table on the page
Apply jquery ui styles to only one table on the page

Hi.
Is it possible, when having several datatables on a page, to have jquery ui styles applied only to some of them?
I guess, it is possible with jQueryUI option, but it is deprecated since DataTables 1.10, so I wouldn't like to use it. What about later versions?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I'm afraid not - the framework styling (jQuery UI, Bootstrap, Semantic UI, whatever) is global for all tables on the page. They cannot currently be separated.
Allan