Bug: Ghost Columns when generating large tables - Page 2

Bug: Ghost Columns when generating large tables

2»

Replies

  • BernardoLimaBernardoLima Posts: 20Questions: 0Answers: 0
    @big1990ben, you're AWESOME.
  • cavdelcavdel Posts: 1Questions: 0Answers: 0
    edited July 2013
    Thank you ! It did the trick for me also !
    Added
    1. var expr = new RegExp('>[ \t\r\n\v\f]*<', 'g');
    2. document.body.innerHTML = document.body.innerHTML.replace(expr, '><');
    at the beggining of the .ready(function())
This discussion has been closed.