Hi, I'm using Datatables and it's great. I'm displaying with server-side processing approx 500k records from MySQL. Everything is working fine, but recently in IE I noticed strange behavior. When I click on row, in all other browsers except IE the row child will open (with executing another DB query to get the row child data).
In IE it's also working in most cases, but sometimes, the child row is not opening, just a part of the details are opened and I get an error message in browser console, that it's not able to read value from DB. When I click on it again, the child row closes and by click on it again, it opens normally. Did you experienced similar behavior? Thanks