简体   繁体   中英

Jquery datatables

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM