Search
5748 results 2181-2190
Forum
- 21st Apr 2015Pagination links not working on mobile android/iphonesize to 10, the paging buttons correctly update and
- 21st Apr 2015Classified Ad Admin Systemdialog form with pagination Could you clarify what dialog please? Does it have a DataTable with paging inside it, or is this an Editor form dialog box? Either way, it should be quite possible :-) Allan
- 20th Apr 2015Scroll Up after using draw() function in angularJsparameters will reset the paging / scrolling, which is what
- 18th Apr 2015Sort Not Working Correctlyorderable": false, "targets": [1,3] } ], "paging": false, "searching": false, "autoWidth":
- 15th Apr 2015How do I get first and last buttons styled with bootstrapis that the bs_full paging type is being added
- 10th Apr 2015How to pass a PHP form variable to server processing for use in WHERE clause?I've just tried this with my basic server-side processing example: echo json_encode( SSP::complex( $_GET, $sql_details, $table, $primaryKey, $columns, null, "first_name like '%a%'" ) ); And it seems to work as expected (including specifically the paging). Allan
- 8th Apr 2015What is wrong with this table format?scrollY": "200px", "scrollCollapse": true, "paging": false } ); for( id in
- 7th Apr 20151.10.4 Sorting issueAllan, I have added few lines, magically it started working. Thanks much Allan. searching: false, ordering: true, paging: false, processing: true, deferRender: true,
- 3rd Apr 2015Rendering via 'return' function / server side processing Datatables / Typo3 / PHPCould not select database ' ); } /* * Paging */ $sLimit = ""; if ( isset( $_GET['iDisplayStart']
- 1st Apr 2015how to get foreign characters to display in basic datatablesThis contentType did not help ... $(document).ready(function() { $('#whs').DataTable( { // "dom": "Tfrtip", "dom": '<"wrapper"Tf<l><"clear"><i><p><t>', "ajax": { "url": "dteditor/dte_whs1.php", "contentType": "application/json; charset=utf-8" }, "columns": [ {"data": "whsid" }, {"data": "whssite" } , {"data": "whstype" } ], "paging": true, "pagingType": "full_numbers", "order": [ 1, "asc" ], 'bAutoWidth': false , "lengthMenu": [[ 100, -1], [ 100, "All"]], } ); } );