Search
5738 results 4701-4710
Forum
- 2nd Jul 2014Checkbox in my first DataTables projectactivate the plugin $('#employees').dataTable({ "paging": true, "ordering": false, "info":
- 1st Jul 2014Server side pagination not working v 1.10have regarding server side paging using v 1.10 of
- 28th Jun 2014my ajax doesnt send sEcho to PHPbut not working well - paging, searching, ordering doesnt work
- 27th Jun 2014Horizontal scroll not working after using draw() functionordering": false, "searching": false, "paging": false, "scrollY": 200, //it
- 27th Jun 2014Column herder width set to 0 when using with vertical scrolladding option "sScrollY": "450px", "paging": false , the column header
- 26th Jun 2014Order on in IE8scrollX: true, scrollCollapse: true, paging: false, searching: false } ); new
- 26th Jun 2014Fixed columns, when applied along with pagination is not working in IE8 with datatable 1.10 version?usersTable = $('#usersTable').DataTable({ "stateSave": false, "pagingType": "full_numbers", "sScrollY": "490px", "scrollX": "100%", "paging": true, "dom": 'C<"clear">lfrtip', "language":
- 25th Jun 2014Scroller plugin fill speed and IEAjax with server side paging and everything works fine.
- 25th Jun 2014Data correct, but wrong page numberhaving is with the paging and statesaving. State saving
- 23rd Jun 2014Pagination state not saved anymore using FixedColumns with DataTables 1.10register draw() do a paging reset by default. By