Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 124

Datatable conflict with Dojo

$
0
0
Hi,

I notice a very annoying conflict between datatable and dojo.js

Trying this simple example :
[code]







$(document).ready(function() {
$("#mytable").dataTable();
});





Name


Test




[/code]

Give me the js error : Uncaught TypeError: Object [object Object] has no method 'dataTable'

p.s : i'm using the Alfresco Share 4.2.0 product that includes dojo.js so i don't have the ability to remove this dependency.

Anybody knows how can i workaround on this ?

Thank you !

Viewing all articles
Browse latest Browse all 124

Trending Articles