Search
-
' 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 -
Dropdown values in Editor not updating. Showing some loading bars and editor stop working.
by allan ·Fatal error: Uncaught Error: Call to a member function dbField() on null in /chroot/home/assettrack/test.assettrack.cx/html/ajax/lib/Editor.php:2347 Stack trace: #0 /chroot/home/assettrack/test.assett -
Boolean value in initComplete property changes but html div doesn't
by Maido747 ·UPDATE #3: Final Comment -
How can I update my single developer license from an old website to a new one?
by Andrew_white ·Warning: define(): Argument #3 ($case_insensitive) is ignored since declaration of case-insensitive constants is no longer supported in C:\apps\xampp\htdocs\golfadmin\admin\datatables\php\DataTables.p -
Editor using Ascii to save single quote to sql db - Select list shows ascii
by OtherJason ·" -
Editor using Ascii to save single quote to sql db - Select list shows ascii
by OtherJason ·When a user edits a string field to use an apostrophe (single quote). The data is being stored in the sql table as ascii "'" -
How to change bubble-edit to insert, after row created with rows.add()
by rpmccormick ·I load my DataTable from the Guest list containing one row, then I use rows.add() to create the fake data for the 2 missing rows and display to the user as RealGuest, Guest #2, Guest #3.