Search
-
How to apply inline css style to custom button
by rdm ·buttons: [ { text: 'Add new student', action: function() { location.href = '@Url.Action("Create", "MiaRoster1")'; } // set b -
show spinner when report is being rendered
by enwood ·jQuery(document).ready( function() { $('#tbl_instruments').on( 'processing.dt', function ( e, settings, processing ) { $.blockUI( { message: '<h4>Pleas -
show spinner when report is being rendered
by idris_bengali ·This discussion can be closed. Defined a spinner div in the body with display set to block, so that the spinner shows up right away. -
Need a Column with Select List of check boxes
by Jo0 ·1px #2C92F7 solid; background-color: #ffffff; } #checkboxes label { font-family: Arial; font-size: 13px; font-weight:400; color: #676a6c; display: block; } #checkboxes la -
Server-Side Ajax Index Column
by applefan ·barWidth: 4, height: 20, barColor: '#ffffff', width: 'auto', tooltipFormatter: function(sp, options, fields) { return '<div>' + fields[0].value + '</div>' -
How can we add page length button with dom:(my code is in description)
by ramji15788 ·.css( 'background-color', '#fff' ) -
Display information for a specific user type
by rodrigo2324 ·** $(document).ready(function(){ $("tr:odd").css("background-color", "#fff"); // filas impares -
Edit/Delete buttons are not showing up.
by gtjquery ·background-color:#fff; -
ScrollX Disables my CSS for the TableHead???
by Squall413 ·.tg th{text-align: center; font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 22px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#aaa;co -
Remove button css reference?
-
Selection indicator on specially highlighted lines
by bindrid ·.low_inv { background-color: #ffff33 !important; } .low_inv.selected { background-color: :#a2aec7 !important; } -
Selection indicator on specially highlighted lines
by galcott ·.low_inv { background-color: #ffff33 !important; } -
Cannot access checkbox within responsive modal window
by jh_dempsey ·{ $(row).css('background-color','#ffff99')} else if (data.status == "Resolved") { $(row).css('background-color','#99ff9c')}; } }) yadcf.init(res -
PDF Export Styles
by khawley ·cells empty changes rows background color to '#FFF9C4' //if only the third cell is empty changes background color to '#FFFDE7' // *** $('# -
PDF Export Styles
by khawley ·tblBody[index][ind].fillColor = '#FFF9C4'; } else { if (tblBody[ind -
R - datatable formatting with javascript
by Jeddite ·'#000', 'color': '#fff', 'outline-color': 'red', 'margin':'100px', 'text-align': 'center', -
Sorting Date Time (beginner with datatables and moment.js) work around problem
by Jewell4400 ·okay so i have tried using moment.js along with the datetime.js and it doesnt sort properly ,with out the hidden tag. Below are my attempts. with the date coming in the format of MM/DD/YYYY (12/25/… -
Change styling based on sData and value of cell based on oData.a
by jelle002 ·$(nTd).css('background-color', '#ffffb3') -
stateSave doesn´t work with an extra function
by tupfer ·//Chart.defaults.global.defaultFontColor = '#fff'; var data = { labels: chartData.labels, datasets: [ -
Inline Editing Doesn't Save
by Morpheine ·$('td:eq('+i+')', row).css('color', '#ffffff'); } else if (data[i] == 100) { $('td:eq('+i+')', row).css('background-color', '#92d050');