Search
43927 results 24201-24210
Forum
- 1st Jun 2011DataTables next/previous buttonare applied to the table and it's elements are
- 1st Jun 2011Retrieve first displayed row$('#tableid tbody tr:eq(0)') would do it - just like a non-DataTables table. Allan
- 1st Jun 2011sScrollY and Paginate: scroll to top after page change[code] $(document).ready(function() { var oldStart = 0; $('#result').dataTable( { //here is our table defintion "fnDrawCallback": function (o) { if ( o._iDisplayStart != oldStart ) { $(".dataTables_scrollBody").scrollTop(0); oldStart = o._iDisplayStart; } } [/code]
- 1st Jun 2011My FixedHeader fixes: iPad compatibility and correct parentingThis allows the headers to be automatically hidden if the corresponding table is hidden itself, and allows for top/left offset calculations to be done relative to the table, not the screen. Thanks
- 31st May 2011Pagination breaks when using more than one datatableLooks okay to me in this demo: http://datatables.net/examples/basic_init/multiple_tables.html - I've tried it with more rows added into the first table as well. Allan
- 31st May 2011TableTools crashingfine and loads the table.. this javascript is just
- 31st May 2011Memory leak in fnClearTable()?in the DOM. The #table_id refers to the table itself; if you have
- 31st May 2011Problem with horizontal scrolling mixed with infinite Y scrolling.the height of my table using css to 400px,
- 31st May 2011Datatables traversalWhat is the 'table' variable - I'm guessing not the DataTables instance (as your includes look fine - assuming you copied the function into the file dataTables.fnGetAdjacentTr.js?). It should just need $('#mytable').dataTable().fnGetAdjacentTr( current Row ); Allan
- 31st May 2011server-side + columnfilter + col widthgo back through the table thead and the scroll