Search
-
Searching a table using value of 2 columns
by dvnandover ·Need a litle help from the experts here as how to search a table using value of two columns. I would like to retrieve a row where 1st column (#9) value (an integer) is matched and 2nd column (#10) whe -
Table refresh from JS data store.
by ahref ·I did find: http://stackoverflow.com/questions/9471743/how-do-i-tell-datatables-to-check-for-updated-data-in-a-backbone-collection#9524334 -
Responsive Extention, hidden tables on load.
by rpmccormick ·case 'Restricted': textColor = '#900'; break; //Red default: textColor = '#000'; break; //Black } -
changing default selected column row colors
by dinotom ·table.dataTable tr.odd .sorting_1 { background-color: #90af90; } -
Individual column filtering (using input and select menus) - server side
by valmello ·this.style.color = "#999"; -
deleting multiple rows
by allan ·For anyone else reading this, yes is the answer. An array as shown will work, or a string such as `'#97, #98, ...'` since the `rows()` selector provides the ability to use a jQuery selector. -
deleting multiple rows
by mihomes ·selected = ["#97", "#98", "#99", "#101", "#103", "#105", "#106"]; -
Row_selected working but not working
by jdadwilson ·[code]tr.row_selected { background-color: #900; color:#900; }[/code] -
How to grey out datatable(overlay) on sProcessing
by xilax ·border:1px solid #ddd; text-align:center; color:#999; font-size:14px; background-color:white; z-index:100} -
dataTables update breaks $.fn.dataTableExt.afnFiltering - simple test case attached
by afarber ·border: 3px solid #9999FF; -
No styling and classname undefined
by webbhelp ·#9 http://s/coreigniter/api/js/datatables-1.9.4/media/js/jquery.dataTables.min.js:127:312 HTMLTableElement.() -
DataTables warning ... Requested unknown parameter
by achie453 ·[quote] Help me Allan, I've got this warning : -
[RESOLVED] Assign a class depending on value?
by Vrutin ·$(this).css('background-color', '#90B200'); -
Removing the need for images
by thugsb ·.sorting_asc_disabled:after, .sorting_desc_disabled:after {color:#999;} -
Reaching page changed and row number changed callback
by markjo ·I saw this answer: http://stackoverflow.com/questions/9536758/datatables-page-change-callback/9538339#9538339 -
how to use fnOpen with fnCreatedRow
by rowel ·fnOpen( $('#9999').get(0), .... -
Display bug with dataTables in a accordion
by Alastor ·color: #98AE20 -
Initialization needed for custom fieldType
by klink ·border: 1px solid #999; -
Changing the background color of rows using jquery
by fbas ·background-color: #9FAFD1; -
DataTable with different header Size from footer Size
by kespinko ·I mess with this tags : [code].ui-widget-header { border: 1px solid #95C6EA; height:70px; background: #5c9ccc url(/Images/jquerypreset.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }[/cod