Search
-
Error while doing a CSV import
by lintu98 ·From Chrome Develop Tool: Fatal error: Uncaught PDOException: There is no active transaction in /var/app/current/plugins/datatables/lib/Database/Query.php:198 Stack trace: #0 /var/app/current/plugins/ -
Background color to child rows
by silkspin ·tbody tr.child td ul { width: 100%; } tbody tr.child td li:nth-child(odd) { background-color: #ff0; } tbody tr.child td li:nth-child(even) { background-color: #0ff; } -
Necesito ayuda, en mi sistema me aparece este tipo de error, como puedo solucionarlo
by emruiz ·Fatal error: Uncaught Error: Call to undefined function get_the_produc() in /home/sysphar/public_html/pos_moderno/_inc/model/quotation.php:254 Stack trace: #0 /home/sysphar/public_html/pos_moderno/adm -
Necesito ayuda, en mi sistema me aparece este tipo de error, como puedo solucionarlo
by emruiz ·Fatal error: Uncaught Error: Call to undefined function cal_days_in_month() in /home/sysphar/public_html/pos_moderno/_inc/helper/common.php:169 Stack trace: #0 /home/sysphar/public_html/pos_moderno/_i -
Editor loads strings as numbers and removes leading zeros
by rf1234 ·You can use a getFormatter for the order number and return something like #0009026 from the server. -
DataTables warning
by guybahar ·I get this message DataTables warning: table id=example - Requested unknown parameter '9' for row 100. For more information about this error, please see http://datatables.net/tn/4 -
Not getting Doller prefix in footer of excel export
by nayanmiyatra ·.attr('formatCode', '[$$-en-AU]#,##0.00;[Red]-[$$-en-AU]#,##0.00'); }, exportOptions: { columns: ':visible', format: { body: fu -
Themestr.app Issues
by zgoforth ·*/:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: -
Custom button
by e.jourde ·.bt_hover:hover{ height:24px; width:24px; border:2px #000 solid; -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } .bt_hover{ display:inline-block; height:24px; -
Using javascript datasource and created row
by MadBoyEvo ·"background-color": "#008000" }) } if (data.Name == 'browser_broker') { $('td', row).css({ "background-color" -
read datatable rows values to pass to google charts
by cpshart ·Data column(s) for axis #0 cannot be of type string× -
Serverside - how to export pdf/print a input value?
by cmessori ·16px;background:transparent;color:#000000;-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;-moz-transition: background .2s ease-in-out, border .2s ease-in-out;-o-transition: bac -
Table jumps back to first row when row click expands
by bbrindza ·My table will jump back to the top row when I click on an row to expand. How do I prevent this from happening. -
Text Color in Dropdown Select List in Editor Form?
by hamlet1964 ·select option { color: #035096; } }); function format ( d ) { var rows = ''; var i; var ext1; for ( i=0 ; i<(d.files.length) ; i++ ) { ext1 = -
Text Color in Dropdown Select List in Editor Form?
by rf1234 ·editor .on('opened', function ( e, type, action ) { div.DTE_Field_InputControl select option { color: #035096; } }) -
Text Color in Dropdown Select List in Editor Form?
by rf1234 ·div.DTE_Field_InputControl select option { border: solid 1px #035096; color: #035096; } -
Text Color in Dropdown Select List in Editor Form?
by hamlet1964 ·div.DTE_Field_Input input { border: solid 1px #035096; color: #035096; } div.DTE_Field_InputControl select { border: solid 1px #035096; color: #035096; } -
Table borders dissapear on printing table
by misterminit ·$(win.document.body).find('th').css('border', '1px solid #000'); -
Select with AutoFill and KeyTable, if I select more than exactly 250 rows or more get a update error
by YoDavish ·rollBack()">rollBack()" href="#0-..\..\lib\Editor-PHP-1.9.4\lib\Database\Query.php(204):-PDO->rollBack()">0 ....\lib\Editor-PHP-1.9.4\lib\Database\Query.php(20 -
How to populate child table with a button?
by gh2m ·Okay, I tried ajax call but for some reason the response data does not show, it only shows loading... message.