mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
67a2b18ca3
- DataTables uses the `DT` namespace for events internally and will remove them automatically on destroy, but `dt` is used for public events. As such, the public events used internally should use `.dt.DT` to ensure that the listener works as expected, but also so that the destroy call will remove these listeners