mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
d6b54b4cde
* Due to the manipulation of DOM elements rather than strings for the length list, the browser was cropping elements which were being cut short. Fix is to switch back to string manipulation, which can be done easily using the outerHTML property of the DOM element. This is supported in all browsers since Firefox 11, so happy to use it here. * See thread 21170 for more information |
||
---|---|---|
.. | ||
css | ||
images | ||
js | ||
unit_testing |