IE7 and cachable instance?
IE7 and cachable instance?
matopicus
Posts: 3Questions: 0Answers: 0
When instantiating data tables using the following
[code] var oTable = $('#registryTable').dataTable({}); [/code]
IE7 seems to choke for me for some reason, everything works fine with just calling it as so,
[code]$('#registryTable').dataTable({});[/code]
in the document ready function. but then when adding buttons for the search (search and reset) i can't seem to reference the data tables object. Has anybody else experienced this or is this something that i'm doing specifically? I did not include my actual init of data tables in this post as its 140 lines long.
[code] var oTable = $('#registryTable').dataTable({}); [/code]
IE7 seems to choke for me for some reason, everything works fine with just calling it as so,
[code]$('#registryTable').dataTable({});[/code]
in the document ready function. but then when adding buttons for the search (search and reset) i can't seem to reference the data tables object. Has anybody else experienced this or is this something that i'm doing specifically? I did not include my actual init of data tables in this post as its 140 lines long.
This discussion has been closed.
Replies
Allan
is there a way to attach a file to this forum? I ran the debugger if that helps. http://debug.datatables.net/eyuwah
Allan