Search
-
How can I add a clear button beside the search field ?
by Louie ·.btnClrSearch { background-color: #FFFFFF; color: #000000; padding: 4px; text-align: center; margin: 2px 2px; border-radius: 8px; } -
Highlighting select filter containing a value
by silkspin ·if (val === '') { $(select).css('color', '#000').css('background-color', '#fff'); } else { $(select).css('color', '#333').css('background-color', '#ff0'); } -
Validate::minNum
by aziegler3 ·Please see my code below. -
Error while doing a CSV import
by lintu98 ·commit()">commit()" href="#0-/var/app/current/plugins/datatables/lib/Database/Query.php(165):-PDO->commit()">0 /var/app/current/plugins/datatables/lib/Database -
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; }