Search
-
using AJAX POST to fill my datatable
by sentenced ·{ "name": "id", "value": $.trim( $('#id_instances').val().toString()) }, -
how to set default value of no. of rows per page
by allan ·http://datatables.net/ref#iDisplayLength :-) -
ColdFusion datatable page not deleting from database
by btvbill ·WHERE (id = #id#) -
Default table length with pagination on
by Madmartigan ·http://datatables.net/ref#iDisplayLength -
Setting aLengthMenu
by allan ·You need to set the initial paging length to -1: http://datatables.net/ref#iDisplayLength . The aLengthMenu parameter doesn't effect the initial value, only the values that the user can pick from. -
change sDom parameter
by virgil ·if ($('#iDisplayLength').val() != display_length && parseInt($('#iDisplayLength').val()) > 0) { -
Need to sort by this format
by fbas ·http://www.datatables.net/ref#iDataSort -
Using fnUpdate
by Omnimike ·$('#idOfGrid').fnUpdate(['colOne', 'colTwo'], $('#idOfRow')[0]); -
DataTables with Context Menu
by touchmenot ·OK. Finally fixed the issue which was not related to DataTables and the context menu. The context menu did not work on any row except the first since my initialization script was using an ID on the ht -
Setting _iRecordsTotal post dom load?
by fbas ·http://www.datatables.net/ref#iDeferLoading -
How to sort on hidden value, but filter on displayed value?
by fbas ·http://www.datatables.net/ref#iDataSort -
Horizontal scrolling and javascript array
by Fabricio_ndas ·"&id="+encodeURI($("#id").val())+ -
Initializing dataTables with no records to display at first
by fbas ·http://www.datatables.net/ref#iDeferLoading -
Custom display length problem
by virgil ·I finally fixed it after putting "iDisplayLength": 10, in the definition of the datatable and changing oSettings._iDisplayLength = $('#iDisplayLength').val(); to oSettings._iDisplayLength = -
Custom display length problem
by virgil ·if ($('#iDisplayLength').val() != display_length) { -
Sorting hidden column as secondary sorting column
by fbas ·http://www.datatables.net/ref#iDataSort -
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