Search
5748 results 1831-1840
Forum
- 28th Jul 2017search field big delay whe typing in box for 1000 rowsHere is the JS: j=jQuery.noConflict(); setTimeout(function(){j('#confirmit_agg_table_3').DataTable({ "paging": false, "searching": true, "language": { "info": "Showing START to END of TOTAL sites"}, "order": [[ 1, 'asc' ]], "scrollX": true, "scrollY": "600px", "scrollCollapse": true, fixedColumns: { leftColumns: 3 } } ); },500); Results are same by browser. Slow to input.
- 27th Jul 20172 tables 1 jsonto have issues keeping paging, etc in sync. You
- 26th Jul 2017MSSQL/PHP Server Side Processing ExamplebSortClasses": false, "processing": true, "paging": true, "pageLength": 10, "serverSide":
- 25th Jul 2017Excel button showing on localhost onlyThis is my code. $(function () { $('#AdminGrid').DataTable({ "paging": false, dom: 'Bfrtip', fixedHeader: { header: true, headerOffset: 50 //footer: true }, buttons: [ { extend: 'excel', text: 'Save as excel', exportOptions: { modifier: { page: 'current' } } }] }); });
- 20th Jul 2017DataTables stuck "Loading..."but the dataTable isn't initialized so I don't get paging or sorting or scrolling Have you looked at the browser's console to see if there are any errors? Features not working is usually a result of Javascript errors. Kevin
- 19th Jul 2017Print Button does not show records in ChromesumTable = $('#tblSSP').DataTable({ info: false, paging: false, sort: false, dom:
- 17th Jul 2017Rows close when Ajax updatesfalse keeps the current paging position. Might keep the
- 13th Jul 2017Documentation for adding custom buttons to a datatable; TableToolsdocument).height() - 320, scrollCollapse: true, paging: false, info: false, ajax:
- 13th Jul 2017DataTable with serverside processing is not reloading the data in the tableserverSide": true, "searchDelay": 2000, "paging": true, "destroy": true, "ajax"
- 13th Jul 2017Client side - 110 000 records from json takes about 15seconds to loadStrange, the code is now working-ish... It now displays No matching records found, but also page 1 of 57 pages and the paging is returning data on all pages, just not on page 1 of the initial load.