Using Datatables with Filter for our application which displays search result when a customer is searched from a large database [> 6 million rows].
IE issue :
When searched with email address the search result is displayed - in the datatable.
[In this case the search result has Only One Row always]
However when searched with other 3 parameters, the result is displayed for about 2 seconds when the page is on load, then Vanishes once the page is loaded.
[Eg. hundreds of result rows]
'No data available in table' is displayed
Tried the following:
.dataTables_wrapper td
{
overflow: hidden;
z-index: -1;
}
Still the problem persists.
Is this a bug triggered in IE by dataTables or this has something to do with styling for IE?
Any ideas please ? And this is very Urgent :[
IE issue :
When searched with email address the search result is displayed - in the datatable.
[In this case the search result has Only One Row always]
However when searched with other 3 parameters, the result is displayed for about 2 seconds when the page is on load, then Vanishes once the page is loaded.
[Eg. hundreds of result rows]
'No data available in table' is displayed
Tried the following:
.dataTables_wrapper td
{
overflow: hidden;
z-index: -1;
}
Still the problem persists.
Is this a bug triggered in IE by dataTables or this has something to do with styling for IE?
Any ideas please ? And this is very Urgent :[