TypeError: Object # has no method 'dataTable'
TypeError: Object # has no method 'dataTable'
Bubu31
Posts: 1Questions: 0Answers: 0
DataTables debugger code : aqaciq
Hey guy ! first sorry for my english i'm french. I want use DataTable but when i do my browser return me :
[quote] TypeError: Object # has no method 'dataTable' [/quote]
this is the sample of the javascript call :
[code]
[/code]
And this is the html code
[code]
Id
Option
Catégorie
#foreach($Option in $OptionList)
$Option.OptionID
$Option.GetTrad("fr")
#end
[/code]
Thanks.
Mathew
Hey guy ! first sorry for my english i'm french. I want use DataTable but when i do my browser return me :
[quote] TypeError: Object # has no method 'dataTable' [/quote]
this is the sample of the javascript call :
[code]
[/code]
And this is the html code
[code]
Id
Option
Catégorie
#foreach($Option in $OptionList)
$Option.OptionID
$Option.GetTrad("fr")
#end
[/code]
Thanks.
Mathew
This discussion has been closed.
Replies
Allan