Search
5738 results 4721-4730
Forum
- 10th Jun 2014Two Pointers to same database tablescrollX: true, scrollCollapse: true, /*paging: true,*/ dom: "Tfrtip", ajax:
- 6th Jun 2014The data table can't be reloaded.bFilter": false, "bInfo": false, "paging": false, "ordering": false, "processing":
- 5th Jun 2014serverSide and pagination issuessort": true, "info": true, "paging": "full", "lengthMenu": [[10,25,50, -1],
- 2nd Jun 2014access recordsTotal value in server-side?server-side. For example, my paging is set at 10
- 30th May 2014FixedColumns, the fixed columnheaders still able to scroll when scroll horizontallyscrollX: true, scrollCollapse: true, paging: false, dom: "ltpr", bSort:
- 29th May 2014Pipelining brokenThis is an issue I can replicate on the site's demo here: http://datatables.net/examples/server_side/pipeline.html Click on page 6 to force pipelining. Now click page 5. The paging loses the start position and begins from 0 again.
- 29th May 2014How to create individual column filters using data tables & aocolumn?sPaginationType" : "full_numbers", "bFilter": true, "paging": true, "bProcessing": true, "iDisplayLength":15,
- 27th May 2014I am missing row property in my DataTable (version 1.10.0)targets": 1, "className": "deleteRow1" } ], "paging": false, "info": false, "ordering":
- 27th May 2014DataTables warning: table id=example - Invalid JSON responsesOrder == "ORDER BY" ) { $sOrder = ""; } } /** Paging **/ $sLimit = ""; if ( isset( $_GET['start']
- 27th May 2014How to hide filter and table informationHi, How can I hide filter and table information? My codes is as below. $(document).ready(function() { var table = $('#example').DataTable( { scrollY: "300px", scrollX: true, scrollCollapse: true, paging: false } ); new $.fn.dataTable.FixedColumns( table, { leftColumns: 2 } ); } );