Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: IE8 compatiblity. Child rows couldn't be shown.
- The issue is related to the cloned nodes used for measurement. It appears that when the cloned element is removed (cloned using `cloneNode`) IE8 also removed the event handler from the original. Very not useful. - Fix is to use jQuery to clone the table. Its going to be slower unfortunately, but it does at least seperate the elements properly.
- Loading branch information