DataTables / TableTools

Please note that TableTools has now been retired and replaced by the Buttons and Select extensions which offers significant improvements and API integration with the rest of DataTables and the other extensions.
http://datatables.net/
Other
237 stars 149 forks source link

_fnGetDataTablesData not replacing html properly #97

Open TuningGuide opened 9 years ago

TuningGuide commented 9 years ago

Hi, if you aggree please change line 1814 from sLoopData = sLoopData.replace( /<.?>/g, "" ); to sLoopData = sLoopData.replace( /<[\s\S]?>/g, "" ); in order to match any sign also line breaks.