Search
43854 results 23141-23150
Forum
- 28th Mar 2012Unable to Sort after any first event in IE 8Allan.. I re-produced this at http://live.datatables.net/ayurux. The top table has sScrollX applied, the bottom one doesn't. With IE7, for the top table, sorting works on the first attempt, subsequent attempts do not.
- 28th Mar 2012Server-Side Processing - sSearch = "null"the following after the table init: if($("#example_filter input").val()=="null"){ oTable.fnFilter(
- 28th Mar 2012How to filter results with an input in another part of the page?Use the fnFilter API method. With that you can use any input you want to filter the table. Allan
- 28th Mar 2012IE8: undefined is null or not an object - inside "single loop to rule them all"Hi Alan, Thanks for quick responce. You are right. I have made a typo in source for one of the table and depending on data set I was getting different number of cells then headers
- 28th Mar 2012AJAX sort descending on loaddoes not load the table - I just see "loading"
- 28th Mar 2012Reload dataUse fnClearTable and fnAddData to achieve what you want - clear the table and then add the new data from whatever source you want - effectively giving a refresh. Allan
- 28th Mar 2012Column width not matched with header widthColumn in Grid //original table #example $('#Table1 >thead >tr
- 28th Mar 2012Collection buttons are not working with multi rows selects!Ofcourse it is! Single buttons + multi rows table tools = working solution, but collection is not.
- 28th Mar 2012reload ajax sourceit for reloading the table using setTimeout every 500
- 28th Mar 2012Pagination problems when using column filter and iDisplayLengthinfinite scrolling with a table set to bigger then