Search
11457 results 10131-10140
Forum
- 15th Aug 2010Refinement of display when all rows are showingoSettings.fnRecordsTotal() ) { / Record set after filtering */ sInfo += ' ' + oSettings.oLanguage.sInfoFiltered.replace('_MAX_', oSettings.fnFormatNumber(oSettings.fnRecordsTotal())); } sInfo
- 12th Aug 2010Themeroller - IE does not honor disabled page numbers in pager1.6 to fix the filtering problems. I only changed
- 12th Aug 2010Script Timeoutif you don't require filtering, you could add a
- 2nd Aug 2010MySQL PHPsOrder = substr_replace( $sOrder, "", -2 ); } /* Filtering */ $sWhere = ""; if ( $_GET['sSearch'] != "" ) { $sWhere
- 30th Jul 2010Pagination doesn't work with server-side processingall the records without filtering and without paging (no
- 21st Jul 2010turning off searchtuning. For example, in filtering, if the filtering is
- 18th Jul 2010Installation problem with datatables server side processing and wordpress 3.0DataTables will add the filtering input, etc). When it
- 18th Jul 2010fnGetNodes not working properly.is before sorting and filtering (i.e the order that
- 17th Jul 2010Why is there min-height for the dataTables_wrapper?down after you perform filtering and the result set
- 14th Jul 2010HOw to get number of rowsoTable.fnSettings().fnRecordsTotal() should do it. oTable.fnSettings().fnRecordsDisplay() will give you the number after filtering has occurred. Regards, Allan