Search
5701 results 4691-4700
Forum
- 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 } ); } );
- 22nd May 2014Enable input text datatablebeing added after the paging, this is not disabled,
- 22nd May 2014Full Numbers Callback Pagination Pluginplace of any other paging style and works like
- 20th May 2014I can not get scroller and Tabletools to workscrollY": "200px", "scrollCollapse": true, "paging": false, tableTools: { "sSwfPath": "include/DataTables-1.10.0/extensions/TableTools/swf/copy_csv_xls_pdf.swf"
- 20th May 2014Disable sortingHi, How to disable sorting for datatable. Currently, I am invoking the datatable as below: $('#tbl1').dataTable({ "pagingType": "full_numbers" }); I do not want the sorting feature, but require paging. How to achieve it? Thanks
- 19th May 2014showing xml content in datatablecharset="utf-8"></script> var oTable = $('#example').dataTable({ "paging": false, "ordering": true, "info":
- 19th May 2014Dear all, how to reload ajax datatable on current view (update data only)Now, each I refresh dataTable by ajax, on paging, or on scroll, the table will jumps to first (records). Please tell me how to refresh table on current view page, current view scroll