Object doesn't support property or method 'dataTable'

Object doesn't support property or method 'dataTable'

JoviJovi Posts: 2Questions: 1Answers: 0

I'm trying to get datatables to work on an Office 365 (SharePoint Online) site and I keep getting the following error:
Object doesn't support property or method 'dataTable'

I'm using the code examples as shown in the following youtube video.
https://www.youtube.com/watch?v=f4S3qo3kWz8

Can anyone help?

Thanks in advance.
Jovi

Answers

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin

    Please link to a test case showing the issue, as required in the forum rules.

    Allan

  • JoviJovi Posts: 2Questions: 1Answers: 0

    I figured out the issue, rookie mistake. My SharePoint theme is loading a JQuery file in the master page and it was conflicting.

    I added the below snippet after my masterpage JQuery reference and all works great.

    $.noConflict(true);

    Jovi

This discussion has been closed.