Search
11152 results 1311-1320
Forum
- 29th Jun 2011click function in drawcalback not functioning after sort or filter...i need help regarding this... my code is [code] "fnDrawCallback": function ( oSettings ) { $('#example5 tbody tr').each( function () { var iPos = oTable.fnGetPosition( this ); $(this).click( function () { //var nTds = $('td', this); //var idangota = $(nTds[3]).text(); var idangota=oSettings.aoData[iPos]._aData[0]; var cmdprocess='daftarangota'; var idksus=''; var dataString = 'idangota='+ idangota + '&cmdprocess='+cmdprocess+ '&idksus='+idksus; //alert(dataString); $.ajax({ type: "POST", url: "ekursus/dataprocess.php", data: dataString, success: function(){ $('#subcontentk').load('ekursus/eks_dftrangota.php?kur_idksus='+idksus); //$('#subcontentk').load('ekursus/eks_dftrangota.php?kur_idksus='+oSettings.aoData[iPos]._aData[0]); //window.location = "whatever.php?id="+oSettings.aoData[iPos]._aData[0]; }});//tutup ajax } );//tutup click function } );//tutup .each }//tutup fn draw call back [/code] after i use search box then click any row this came out...how to fix this?? it said oSettings.aoData[iPos] is undefined
- 28th Jun 2011possibility of adding css for secondary sort column header?Hello Allan, I know that there's css set up for styling the primary and secondary sorted columns differently - however, our client doesn't want the entire columns colored, just the headers. is that a possibility? Thanks, Nilesh
- 14th Jun 2011initial sort (RESOLVED)how to disable initial sorting. i have code that,
- 12th Jun 2011vb.net webforms datatable filter and sort examplesor more based on Sorting, Paging and Filtering . How
- 9th Mar 2011Changing column heading color on sortCSS Issue (I think): How can I change the color of any of the thead.td where sorting is active to make it stand out more? Thanks!
- 28th Feb 2011Sort First Column ONLY in Variable Column TableI want to restrict sorting to the first column
- 11th Jan 2011Search relevance sortHi, Wonderful piece of software you got here. But I have one problem; Say I've got this dataset, motor bike another bike bike When I now search for "bik", the ordering would be like this: "another bike", "bike", "motor bike". In my case, it would be much better to have "bike" first. Any tips on how to solve this? Max
- 7th Oct 2010Using fnFilter to sort multiple variables in the same columnHi! This is a great plug-in. Thank you for all the hard work and support you have put into it so far. I am using (values assigned to) checkboxes to form the string for fnFilter(). It works as expected as long as only one checkbox is selected from each columns. Once two or more checkboxes are selected for the same column, then all rows collapse. Is it possible to select two or more variables and filter within the same column? Thanks!
- 22nd Sep 2010IE only has sort option for first 8 columns8 columns can be sorted. I was just given
- 19th Dec 2025do not alter filter row in headerrole="button" aria-label="col2: Activate to sort" tabindex="0"></span> </div> </td> note