Search
-
How to add static column(s) in Jquery DataTable.
by nshalia ·$("#DataGrid").empty() -
How to select a row by its (displayed) index in an ordered DataTable ?
by Comode ·case 38 : //arrow up var DT = $("#datatable_" + id).DataTable(); var infos = DT.page.info(); if(myCursor === false || myCursor === 0) { myCursor = infos.recordsTotal - 1; DT.page(inf -
Pager = how do i disable the display of the text next/previous/first/last
by allan ·There is actually a bug in DataTables if you set the language strings for the paging buttons to be an empty string. Try the 1.10.8-dev nightly which fixes that issue. -
Cancelling ajax.reload()
by allan ·Fixed here. The nightly build is syncing up at the moment and will have this fix in just a minute or two. -
aaSorting error when referencing JSON object property
by stuartsjb-icr ·var VisaTable = $('#dataTables-Visa').dataTable({ "pagingType": "simple", "bFilter": false, "bLengthChang -
Using ScrollX/Y Prevents Hiding/Showing Columns
by allan ·Hi Ken, -
TableTools not working (but was)
by charitygrace ·$(document).ready(function() { $('#datatable').DataTable( { "dom": 'T<"clear">lfrtip', "bPaginate": false, "tableTools": { -
DataTable both fixedColumns and scroller enabled issue
by gaojz ·? 160 : 140); var dataTable = $("#DataReportTable").dataTable({ paging: true, ordering: false, searching: false, serverSide: false, -
ColVis fails in v1.10.7 but works in v1.10.2 for complex headers
by allan ·This is unfortunately a regression in 1.10.7. It has already been fixed in the nightly: http://jsfiddle.net/kom0bvny/3/ . 1.10.8 will be released next month with the fix - until then, the nightly wil… -
Update multiple rows using Customised control button
by leacdo ·var activateEditor = new $.fn.dataTable.Editor( { ajax: { type: 'PUT', url: 'activateUser.php', }, table: "#data-table" }); tableTools: { sRowSelect: "os", -
TypeError: j[k] is undefined
by sutt ·table = $("table#datatable").DataTable( { columns: [ null, null, { visible: false, targets: 2 } ], paging: false, -
Data Table height
by meetzbachi ·$(function() { table = $('#datagrid').dataTable({ "bProcessing" : true, "bServerSide" : true, "bScrollCollapse": true, "sPaginationType": "full_numbers&quo -
Fixing the data table width
by meetzbachi ·table = $('#datagrid').dataTable({ -
Remove horizontal scrollbar
by allan ·Can you try the 1.10.8-dev nightly version please. -
column.search() not passing value to server
by CBoland ·var table = $("#dataTable").DataTable({ ... searching: true, dom: "ltip" // Remove global search box }); -
How to pimp the html table which is dynamicially added
by beckstar101 ·$('#Datatable1').dataTable({ -
Cannot access first cell data, returns object Object (rendered cell)
by INFJulian ·var table = $('#dataTable').DataTable({ "processing": true, "serverSide": true, "lengthChange": false, "pageLength&qu -
How can i use bStateSave Datatables with server side processing?
by chhengleang ·$('#datatable').dataTable({ "columnDefs":[{"orderable":false,"targets":0}], "bcrollCollapse": true, "paging": true -
Destroying table breaks out of parent function
by shdyja ·DOM dtTable.fnDestroy(); dtTable = $('#DataPreviewTable').DataTable({ "aaData": data.OutputData, "aoColumns": clmns, "bFilter": false, -
DataTables Secondary Sorting on column name click
by michaelk46 ·$('#dataTableId').fnSort([[13, 'asc'], [1, 'asc']])