≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Bug: Ghost Columns when generating large tables - Page 2
Bug: Ghost Columns when generating large tables
«
1
2
»
Replies
BernardoLima
Posts: 20
Questions: 0
Answers: 0
April 2013
@big1990ben, you're AWESOME.
cavdel
Posts: 1
Questions: 0
Answers: 0
July 2013
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())
«
1
2
»
This discussion has been closed.
Replies
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())