In a dialog box, I have a scroller. Is there any way to fix this?
In a dialog box, I have a scroller. Is there any way to fix this?
jgdvsb
Posts: 5Questions: 2Answers: 0
In a dialog box, I have a scroller. It fails to load.
Is there any way to fix this console error:
Uncaught TypeError: $(...).dialog is not a function.
at loadRoleFunctionAssignmentDialog(<anonymous>: 168:34)
Answers
this is happening in scroller version 1.3.0 and above after settings() got introduced.
That doesn't seem to be a Datatables error. See this SO thread regarding this error. If this doesn't help then please post a link to your page or a test case replicating the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
I don't believe there is a
settings()
API call for the Scroller extension. I'm not sure what you are referring to.Kevin