Search
-
Deprecation Warning: HtmLawed Editor 2.0.10
by James12345 ·Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in .... Editor-PHP-2.0.10\lib\HtmLawed\Htmlawed.php on line 95 -
Printing with CSS
by Lezamiz Media ·sans-serif; margin: 0; padding: 0; color: #333; background-color: #fff; } table#example.dataTable tbody tr.Highlight1 > .sorting_1 { background-color: #42f5f5; } table#example.da -
How can I export a sanitized XML string? - excelHTML5
by santa_cruz09 ·Object.assign(String.prototype, { toSanitizedExcel() { if(this == null){ return ''; } return this.replace(/&/g, "&") .rep -
Php deprecation warnings in php 8.1
by Maikel ·Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/deb28415/domains/dev.puka.be/public_html/inc/vendor/datatables.net/editor-php/HtmLawed/H -
' How should I remove the pattern from my data?
by hktnaydn ·function unEscape(htmlStr) { -
' How should I remove the pattern from my data?
by kthorngren ·I think it will depend on the source of your data. If you have Javascript or Ajax data then the above should work, note you will want ' with the ; at the end. However if you have HTML data y -
' How should I remove the pattern from my data?
by hktnaydn ·{'data':'articles.0.articleTitle, render: function ( data) { **let articleTitle=data.replace(/&#39/g,"");** return articleTitle; -
Multi-level action button on serverside
by freddyryann ·hi, first of all im sory for my bad english and I'm currently learning coding. -
Color selected row in datatable
by Stepan123 ·#dataTb .selected { color: white; background-color: #316435; } -
[SearchPanes]: Invalid pane options are still restored when serverSide: true (e.it #314)
by pgerundt ·In addition to: -
Can we use rowCallback function after rendering the table
by Vishakha-92 ·$('td:eq(1)', row).css('background-color', '#3eaf14'); -
[Select, BS4]: CSS-Bug on nested DataTables (e.it #329)
by pgerundt ·As mentioned on -
Can we use rowCallback function after rendering the table
by Vishakha-92 ·table = $('#tablename").DataTable({ "rowCallback": function( row, data, index ) { var allData = this.api().column(1).data().toArray(); if (allData.indexOf(data[1]) -
How To Filter On Input Value Text
by roadjan ·Sorry, I am not being clear. My code searchs column#3 for a 'value' which is passed to the function, in this case the value is 'quote'. How do I alter the function to look for the text value of the bu -
Is Datatable Editor PHP 8.0 compatible ?
by Lapointe ·htmlawed 1.2.6 return errors with php 8.1.6 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in \www\dafaction\lib\HtmLawed\Htmlawed.php on line -
htmlawed return deprecated with php 8.1.6
by Lapointe ·Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in \www\dafaction\lib\HtmLawed\Htmlawed.php on line 95 -
Excel Export
by rf1234 ·'£') .replace(/'/g, '\'') .replace(/ /g, '\n'); //replace html tags with one space data = data.re -
Datatable export to excel amount error
by rf1234 ·'£') .replace(/'/g, '\'') .replace(/ /g, '\n'); //replace html tags with one space data = data.replace(/<[ -
update table inculding foortCallback
by MadMax76 ·Hi, -
Export to Excel issue when column has long integer strings
by rf1234 ·'£') .replace(/'/g, '\'') .replace(/ /g, '\n'); //replace html tags with one space data = data.re