Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Datatables initialization issues (#3746)
It's possible there is some race condition in Datatables being registered in the global space and the default module being executed. This new call is the (new) documented method of settings defaults. While I was at it I fixed floating scroll: The update to Datatables v2 had the internals of the table scrambled. It's now actually a lot cleaner but the target for the floating scroll did change!
- Loading branch information