Search
-
Change the default numbers in "show xx entries"
by allan ·http://datatables.net/ref#aLengthMenu is the option you are looking for. For the default you need to use http://datatables.net/ref#iDisplayLength . -
DataTables, JqueryUI, Length Drop Down, Search, Table Tools
by fbas ·http://www.datatables.net/ref#iDisplayLength -
Custom sorting
by fbas ·http://www.datatables.net/ref#iDataSort -
Help converting to DataTables
by fbas ·if you already have another column that can control the sort order of your Date column, you can use iDataSort http://www.datatables.net/ref#iDataSort -
Getting a Single TR Node Using a Known TR Element ID
by fbas ·$('#id')[0]; // where id is the id you assigned -
How to use defered rendering with source/array.txt to speed IE8 up, gives data=null, nothing found
by floogy ·http://datatables.net/usage/options#iDisplayLength -
Only fire ajax request after initialisation
by allan ·http://datatables.net/ref#iDeferLoading :-) -
getElementById with information in next pages
by magicrat ·Just one question: what does "$('#id', oTable.fnGetNodes())" return? -
getElementById with information in next pages
by allan ·$('#id', oTable.fnGetNodes())... -
Store and use JSON
by ale ·args:[ $('#id').val()] -
Problem with horizontal scrolling mixed with infinite Y scrolling.
by allan ·Try increasing the display length on initialisation: http://datatables.net/ref#iDisplayLength -
use rowspan for td element causes wrong
by loveDT ·http://datatables.net/usage/options#iDisplayLength -
Filters in head section
by cdaigle ·thead")) to .appendTo($("#id_of_my_other_element")) ). -
Show more than 10 records to start the table
by allan ·You sure can: http://datatables.net/ref#iDisplayLength :-) -
iDeferLoading & paging
by allan ·Are you setting iDisplayLength in the initialisation: http://datatables.net/ref#iDisplayLength ? I haven't tried pipelining with iDeferLoading myself, so I can't say with any certainty that it will w -
[Solved] Display more row in table
by pimperish ·http://datatables.net/usage/options#iDisplayLength -
Defered Rendering with Local Ajax source
by allan ·b. http://datatables.net/usage/options#iDisplayLength is used to set the initial page length -
Error to load data after upgrade from 1.6 to 1.7.6
by Fabricio_ndas ·Hello everyone, -
Set default value for the length menu and the number of records displayed
by allan ·http://datatables.net/usage/options#iDisplayLength :-) -
[newbie] Check All checkboxes fonction
by zman ·$('#idAnalogCheckBox').click( function() {