()
| 5060 | |
| 5061 | if ((tableWidthAttr || scrollX) && !settings._reszEvt) { |
| 5062 | var bindResize = function () { |
| 5063 | $(window).on( |
| 5064 | "resize.DT-" + settings.sInstance, |
| 5065 | DataTable.util.throttle(function () { |
| 5066 | if (!settings.bDestroying) { |
| 5067 | _fnAdjustColumnSizing(settings) |
| 5068 | } |
| 5069 | }) |
| 5070 | ) |
| 5071 | } |
| 5072 | |
| 5073 | bindResize() |
| 5074 |
no test coverage detected