“oCol is Undefined” Using Datatables and jQuery Ui Dialog
问题 I have a form, for search a registry. This form, shows the info in a jQuery Dialog , and, inside of the dialog, i am using Datatables (Yes, inside of the dialog i have an entire table). I am generating the TR's and TD's dynamically with PHP, and then, PHP paste the string in the HTML. But, when the dialog is shown i get this error: oCol is undefined: oCol.fnSetData( oData, val ); I'm trying it in Firefox and Chrome and it's the same thing. Also i've searched in http://www.datatables.net, and