Determine if extension is enabled
Determine if extension is enabled
Wooly65
Posts: 85Questions: 25Answers: 1
Link to test case: None
If there a way to determine if an extension has been enabled? I have some tables that have set the scroller: true and other datatables that are not using the scroller extension.
I have a general method for all datatables and need to check if the extension is enable or not. If this possible?
This question has an accepted answers - jump to answer
Answers
There isn't an API for it, but for scroller you could do:
If that is true, then it is using Scroller.
Allan