Search
14068 results 12871-12880
Forum
- 5th Nov 2012Finding column index of hidden columngot back and google searched a bit and figured
- 28th Sep 2012ColumnFilterWidgets server-sideadapted to split the searches on pipe symbols (with
- 27th Sep 2012Server-side processing with Open Data Protocol (OData)on the number of searches run. I don't know
- 21st Sep 2012[Solved] Filter from own inputYes, it works. I searched for something like this. Thanks Allan.
- 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