Search
14021 results 12831-12840
Forum
- 29th Jun 2012How to filter by content in a column ignoring part of the contentI wrote this code and it works, searches are made only on the initial content. But is it a good practice? [code] //copy position into name cell $('#DataTables_Table_0').find('tr').each(function(e){ if(e!=0){ var h = $(this).find('.views-field-title'); var t = h.html(); h.html(t + " " + $(this).find('.views-field-field-job-title').html() + " "); } }); [/code]
- 6th Jun 2012Pagination breaks on 2nd page with SQL ServerAnyone? The Where clause is back in now, but still only searches the results on the first page. Once I hit "Next" there are no results on 2nd page but 'Show 10, 25, 50 entries" works.
- 4th May 2012can fnAddDataAndDisplay() be used for serversidewhen the end user searches the records he is
- 14th Mar 2012Use datatables with queriesSome searches for PHP and MySQL
- 5th Mar 2012Page length controls using lists or divs instead ofOK, thanks for the fast response, i searched for something like that but couldnt find it. I ll be trying that.
- 14th Jan 2012Scroll DataTable to BottomJSON data source. I've searched the forum and found
- 13th Jan 2012How to exclude rows from beeing filtered?checkbox. When a user searches the table, I wish
- 27th Oct 2011Unable to Parse JSON "aData is undefined" for Jersey/Spring webservice.the user sorts or searches only event controlled table
- 25th Oct 2011Reset checkboxes after form is submitted and getting back to the table pagea fix soon ? I searched how to fix it
- 29th Sep 2011"Grid" mode?use all the same search/filter and sorting by columns