Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug resulting in incorrect offsets with dynamic rows
.find() will find the first <thead> in the tree underneath the table - including child tables. .children() will, instead, locate the <thead> of our table. .children() is what we want, and using .find() has caused issues with drag and drop functionality in the backend.
- Loading branch information