mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
b4aee323bd
- Typically I think setting bDestroy or bRetrieve as default true is a bad idea as it could lead to more processing of tables than is needed by mistake, but if set the defaults should be acted upon. - These are slightly different to the other defaults since the settings object hasn't been expanded by the point they are checked, so need to manually check the values.