Search
13904 results 12711-12720
Forum
- 22nd Aug 2012Table tools v2 copy/xls/csv/pdf dont workmention that even the searchbox does not show up,
- 16th Aug 2012IE8 + fnDestroy(), DataTables 1.8.2, jQuery 1.6.2figured out that IE8 searches for the nextSibling of
- 3rd Jul 2012Possibly a bug with oTable.$() methodworking for me I searched for its arguments and
- 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