Search
5748 results 2311-2320
Forum
- 14th Feb 2014how to always show a fixed number of rowsnote as you are paging down, with every page
- 7th Feb 2014Data Table basic configuration and styleAnyway, I can get "paging" and "sort" working. No
- 6th Feb 2014Can't figure out why sScrollY corrupts the Columns's size and alignementcode] $.extend( true, $.fn.dataTable.defaults, { paging: true, ordering: false // etc
- 5th Feb 20141.10.0-beta.1 - Bugdraw() with no parameters will reset the paging! You want to pass false as the second parameter: http://live.datatables.net/ENAQ/1/edit I see that the page() docs are missing this parameter as well - I'll update them very shortly ( http://next.datatables.net/reference/api/page() )! Allan
- 31st Jan 2014Is there anyway i could read specific row from the database instead of displaying every row?fatal_error('Could not select database '); } /* * Paging */ $sLimit = ""; if (isset($_POST['iDisplayStart']) &&
- 31st Jan 2014User friendly for extra wide tables?Are you using FixedColumns 3.0.0? I'm going to guess not :-). http://datatables.net/download . Is paging eliminated with this? No - see http://datatables.net/release-datatables/extras/FixedColumns/left_right_columns.html Allan
- 29th Jan 2014Variable page lengths for use with grouping?The DataTables paging isn't really designed to
- 27th Jan 2014Custom Edit Button (external)the rows regardless of paging etc. However: I would
- 17th Jan 2014FnDeleteRow() using IDwork with nodes or paging or anything like that
- 17th Jan 2014incorrect result using fnGetNodes() after a value is searched in searchbox of jquerydataTables1.9.4Ah I understand now - so you want only the nodes which are currently visible to be selected? In which case, don't bother with fnGetNodes - just use $('input[name='checklist']') . Or do you want something more complicated than that? What about paging? Allan