Search
-
How do I fix the dollar symbol appearing at the end of amounts in exported Excel spreadsheets?
by rf1234 ·I copied this into Excel: #,##0.00_-\ [$$-45C] as a custom cell format. -
Wrong format excel exporting
by rf1234 ·great you got it working! and also great that you will enhance auto detection, Allan. -
DataTables warning: table id=table_name - Invalid JSON response.
by karasu ·Hi all, -
Field hide in DataTable and make it to save in database
by elenastenina ·Hello, -
PDOException only when deleting
by Allcor ·<br /> <b>Fatal error</b>: Uncaught PDOException: There is no active transaction in /home/naktdata/collectie/DataTablesEditor/Database/Query.php:194 Stack trace: #0 /home/naktdata/c -
datatable excel export, how can we apply multiple styles to same cell
by rf1234 ·I've been playing around a little with the customize function for the Excel export file. Didn't find a solution to format column ranges - and picked the good old "for" loop for this. Maybe … -
datatable excel export, how can we apply multiple styles to same cell
by nikki111 ·var sSh = xlsx.xl['styles.xml']; -
datatable excel export, how can we apply multiple styles to same cell
by rf1234 ·Finally I figured out how to address an indiviudal cell ... This case is first about defining a proprietary style. I called it "twoDecPlacesBold". It is actually a combination of the two bu… -
datatable excel export, how can we apply multiple styles to same cell
by rf1234 ·the built in styles don't allow to apply multiple styles to one cell. it gets overwritten. You would need to develop your own proprietary style that has all the styling that you want in it. Here is a… -
Generator table
by elenastenina ·I was able to generate a table in browser but could not find extended buttons "New", "Edit" and "Delete" above of table. -
Ordering when merging 2 columns in 1
by malik112 ·a date. The other date column (lets call it Col #0) always have the current timestamp to when the record was added. -
Lost All Views - help, please!
by gforster ·PHP Warning: include(sanitized/php/DataTables.php): failed to open stream: Permission denied in sanitized/tables/volumes_table.php on line 4, referer: https://sanitized/ [Fri Oct 20 11:04:49.383804 2 -
How to apply inline css style to custom button
by rdm ·.addNewRecord { background-color: #033C73 !important; color: #ffffff !important; } -
How to apply inline css style to custom button
by rdm ·This is what I have, and I figure I'd put the style declaration here. Just in case it actually worked, I tried backgroundColor: "#033C73". No such luck. No errors, but no luck. -
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!