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 !
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 !