mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-19 12:52:11 +01:00
b87187fc5b
- Attach an event handler to the window to resize the table. Note that this isn't debounced - possibly it should be in future(?), but don't want to add the additional code required if it isn't required. It seems to function perfectly well for me! - Unbind needs to unbind by the instance unique reference since there might be multiple tables listening for the event.