0
votes

The fnGetSelected function works fine to highlight the rows of datatable in chrome, but in IE when we tend to select the cell values of the selected row using the mouse ( as we do for copying the data )then the the row highlight is removed!! It happens only in IE, iam using IE8. Can anyone help me with this problem? The following example of datatables also have the same problem when run with IE : http://datatables.net/examples/api/select_single_row.html

Also this happens when we select more than one cell value, with only one cell value selected nothing weird will happen.

1

1 Answers

0
votes

did you follow the instruction correctly by given reference ?

http://datatables.net/examples/api/select_single_row.html

I checked .this given example is work nice with even IE 6.Can you post here your codes to determine where the error shroud be ?

OR

This google code example is working fine with even IE 6 too.

jquery-datatables-editable.googlecode.com/svn/trunk/index.html

But this have some more features like

Inline cell editing

Select/delete rows in the table

Adding new records

Try to compare borth codes to get the error or remove the extra features in the google code