sScrolls-DataTables & jQuery-Tabs ERROR!
sScrolls-DataTables & jQuery-Tabs ERROR!
OuiJa.Morte
Posts: 1Questions: 0Answers: 0
Hey all...
I have been working with the DataTables plugin since 3 months ago...
But I've never seen an error like this one and I don't know how to fix it...
I hope you can guide me through solution...
It all started when I thought that the "sScrollY" and "sScrollX" could help me to expand my data vision...
(I should say that I'm working with dynamic tabs, so the users can open and close tabs everytime they want...)
And I just coded it and test it right in my Chrome Browser... everything goes so fine...
...BUT... Here comes the troubles...
When I started to test it with the Always-Hated Internet Explorer (I got the version 8.0)... the DataTable's sScrolls behavior just became HORRIBLE...
Everytime I close a tab, it comes a Javascrip error that says:
...'events' is null or not an object...
This error affects my "jQuery Core" file...
And I don't know what to do...
Can you tell me what can I do...
The DataTables code is:
[code]
$table.dataTable({
'bJQueryUI': true,
'bRetrieve': true,
'bPaginate': false,
'sScrollY': 575,
'sScrollX': '100%',
'sScrollXInner': '130%',
'sDom': 't<"F"i>'
});
[/code]
Lotta thanx for your suggestions...
I have been working with the DataTables plugin since 3 months ago...
But I've never seen an error like this one and I don't know how to fix it...
I hope you can guide me through solution...
It all started when I thought that the "sScrollY" and "sScrollX" could help me to expand my data vision...
(I should say that I'm working with dynamic tabs, so the users can open and close tabs everytime they want...)
And I just coded it and test it right in my Chrome Browser... everything goes so fine...
...BUT... Here comes the troubles...
When I started to test it with the Always-Hated Internet Explorer (I got the version 8.0)... the DataTable's sScrolls behavior just became HORRIBLE...
Everytime I close a tab, it comes a Javascrip error that says:
...'events' is null or not an object...
This error affects my "jQuery Core" file...
And I don't know what to do...
Can you tell me what can I do...
The DataTables code is:
[code]
$table.dataTable({
'bJQueryUI': true,
'bRetrieve': true,
'bPaginate': false,
'sScrollY': 575,
'sScrollX': '100%',
'sScrollXInner': '130%',
'sDom': 't<"F"i>'
});
[/code]
Lotta thanx for your suggestions...
This discussion has been closed.