Search
-
Uncaught Error: Class 'Options' not found
by Pliachas Paschalis ·Fatal error: Uncaught Error: Class 'Options' not found in /home/sites/4b/f/f905e34be3/public_html/php/table.pOrder.php:49 Stack trace: #0 {main} thrown in /home/sites/4b/f/f905e34be3/public_html/php/t -
show spinner when report is being rendered
by enwood ·'15px', backgroundColor: '#000', '-webkit-border-radius': '10px', '-moz-border-radius': '10px', opacity: .5, -
Checkbox accepting the css style
by klermann ·Hello Allan, even isolating one of the fields and following his guidance still failed to show the value to be edited in the field. Do you have any suggestions? -
Call to undefined function DataTables\Editor\finfo_open()
by stevevance ·<br /> <b>Fatal error</b>: Uncaught Error: Call to undefined function finfo_open() in /php/lib/Editor/Upload.php:603 Stack trace: #0 /php/lib/Editor/Upload.php(431): DataTables\Edit -
How to center pagination for DataTables 1.10.5
by abangmanis ·tbody tr.active th { background-color: #08C; color: white; } .table.dataTable tbody tr.active:hover td, .table.dataTable tbody tr.active:hover th { background-color: #0075b0 !important; } -
Excel customization: % with 4 decimal places
by rf1234 ·This XML stuff is driving me crazy. Makes me overlook even basic things. Sorry! -
Excel customization: % with 4 decimal places
by rf1234 ·With the help of @bQt in this post https://datatables.net/forums/discussion/comment/116516/#Comment_116516 I got it working eventually. I added some inline comments. Hopefully this helps others too. -
link to detailed page
by Phoffman ·Hello, -
select search for multi column is not working
by haiderTyagi ·Allan, sorry for that -
How can we add page length button with dom:(my code is in description)
by ramji15788 ·doc.styles.tableHeader.color = '#000'; doc.styles.tableBodyEven.fillColor = '#f9f9f9'; doc.styles.tableBodyOdd.fillColor = '#fff'; } }, ], pagi -
setValue from SESSION variable
by KeepMoving ·Fatal error: Uncaught Error: Call to a member function dbField() on null in /home/unidadgenetica/public_html/SistemaUG/php/Editor/Editor.php:1827 Stack trace: #0 /home/unidadgenetica/public_html/Siste -
BugReport: Buttons - Excel - Currency Symbol Appearing on Right
by kthorngren ·It creates a new numFmt 170 with the format $ #,##0.00 and appends to the built in styles. The export customize function assigns the new style to the Salary column. You can apply the style to the fu -
get full sql error message when using pdo_sql_srv data abstraction driver
by INTONE ·Stack trace: #0 C:\inetpub\wwwroot\goabos\Editor-PHP-1.6.2\php\Database\Driver\Sqlserver\Query.php(112): PDOStatement->execute() #1 C:\inetpub\wwwroot\goabos\Editor-PHP-1.6.2\php\Database\Quer -
Uncaugth exception on insert with self-referencing join
by Maikel ·Stack trace: #0 /home/deb28415/domains/puka.be/public_html/inc/editor/Editor/Editor.php(1040): DataTables\Editor->_insert_or_update(NULL, Array) #1 /home/deb28415/domains/puka.be/public_html/i -
Jquery datatable not appending data to the table
by mt9108 ·hi team -
Hide table column but still retrieve its values
by rubinjo13 ·$colors = ['white', '#ffbb33', '#00C851']; while ($result = mysqli_fetch_array($query)) { echo "<tr style='background-color: ".$colors[$result -
R - datatable formatting with javascript
by Jeddite ·'background-color': '#000', 'color': '#fff', 'outline-color': 'red', 'margin':'100px', -
Change Bootstrap Glyphicons Sort Arrow Color for Accessability
by Davey Jones ·If I change the content: "\e156" to another value it will change the icon, so these CSS elements do drive which icon is used, but when I add color:#000000 it doesn't change the color. -
Problems with using link elements nested in td elements and using select dropdown filters
by data100 ·.looklikelink { color: #0048bc; text-decoration: underline; }</a> -
Problems with server-side filtering
by steiniman ·Viewing the tables already works great. Now I have however a problem: I would like with pre-filter the appropriate column on the server by means of combo box. But somehow this does not work properly,…