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?

jgdvsbjgdvsb 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

  • jgdvsbjgdvsb Posts: 5Questions: 2Answers: 0

    this is happening in scroller version 1.3.0 and above after settings() got introduced.

  • kthorngrenkthorngren Posts: 21,337Questions: 26Answers: 4,954
    edited September 2023

    Uncaught TypeError: $(...).dialog is not a function.

    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

    this is happening in scroller version 1.3.0 and above after settings() got introduced.

    I don't believe there is a settings() API call for the Scroller extension. I'm not sure what you are referring to.

    Kevin

Sign In or Register to comment.