mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Initial Commit
This commit is contained in:
commit
88daa3fb91
1311 changed files with 256240 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
$.fn.dataTableExt.afnSortData['dom-data-order'] = function ( oSettings, iColumn )
|
||||
{
|
||||
return $.map( oSettings.oApi._fnGetTrNodes(oSettings), function (tr, i) {
|
||||
return $('td:eq('+iColumn+')', tr).attr('data-order');
|
||||
} );
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue