Search
5748 results 2381-2390
Forum
- 3rd Apr 2013Problem with FixedColumn plugindoes not change when paging either. Also, I forgot
- 2nd Apr 2013Pagination and AJAXhello'.$i, 'hellox'.$i]; $count = $count+1; } /* * Paging */ if ( isset( $_GET['iDisplayStart'] ) &&
- 2nd Apr 2013WIA-ARIA usage in tbodyabout using aria-live for paging, filtering, etc. Perhaps your
- 31st Mar 2013fnUpdate with serverside processingtable retain the current paging state). Allan
- 29th Mar 2013localStorage - What does it actually save?no. It stores the paging position indexes, search information
- 25th Mar 2013server side use, nothing append on filter/search/order/next-prev, etc...processing, filtering, sorting and paging are all performed at
- 22nd Mar 2013Notice: Undefined index: sEchoaColumns[$i] . " LIKE '%" . addslashes($_GET['sSearch_' . $i]) . "%' "; } } /* Paging */ $top = (isset($_GET['iDisplayStart'])) ? ((int) $_GET['iDisplayStart'])
- 13th Mar 2013My sort don't work with my numbers in the server_processing. Why ?database '. $gaSql['db'] ); mysql_set_charset( 'utf8' ); /* * Paging */ $sLimit = ""; if ( isset( $_GET['iDisplayStart']
- 12th Mar 2013How to reload Table with new Data when bServerSide is trueYou either have sorting, paging and filtering at the
- 8th Mar 2013the search filter or what ever its calledSorry I didn't mean to say 'display', but rather 'disable'. Do you want to disable sorting? You only want filtering correct? So disable the other features you don't want - sorting, paging. Allan