Search
-
scrollx width with scrolly
by allan ·jQuery("#mytable").tabs({ "activate": function(event, ui) { jQuery( jQuery.fn.dataTable.tables( true ) ).DataTable().columns.adjust(); } }); -
Editor 1.4 issues tracking
by nguyenm9 ·$('#mytable').on('click', 'tbody td', function (e) { _editor.inline(this, { submitOnBlur: true }) -
AJAX data change and send to contoller
by LNK ·init : function(){ table = $J('#myTable').DataTable({ "iDisplayLength": 10, "bPaginate":true, "paging": true, -
Add a new row from ajax response (json)
by jentree ·$('#mytable').dataTable({ 'data': mydata, 'columnDefs': [{ 'targets': 0, 'title': '', 'sortable': false, 'class': 'text-center', 'data': functi -
Using national characters (ő, ű) for filtering
by szabozoltan69 ·I could not heal the erroneous working of the SQL scripts in case of o", u" chars even with that COLLATE keyword. But somehow the accent-neutralise works; I substituted $(#myInput) with $(th -
Using national characters (ő, ű) for filtering
by szabozoltan69 ·I tried to use this: http://datatables.net/plug-ins/filtering/type-based/accent-neutralise – but did not succeed. How do I substitute $('#myInput') in the code? -
scrollx width with scrolly
by jfr ·oTable = jQuery("#mytable").DataTable( { "infoCallback": function( settings, start, end, max, total, pre ) { jQuery("#mytable").css("visibility",&qu -
Loaded State Is NOT Overwriting The Current DOM DataTables State
by markl ·// Initialization var oTable = $('#mytable').dataTable({ "dom": 'RC<"clear">lfrtip', "processing": true, "serverSide": true, & -
Collect data using fnGetData for form created using fnAddData
by getk ·$('table#myTable').dataTable().fnAddData( [ '', '' ] ); -
Select , scroll to specific row programmatically
by hawkmaster ·if(kdID != ''){ $('#myTable tr').each(function(i) { var id = $(this).find("td").eq(0).html(); if(id == kdID){ alert('f -
Does Not Work In MVC
by LacOniC ·Well. I found the problem via asp.net forums. In VS 2013 MVC Template, libraries are added (like JQuery) after footer. They are not in header section. So when i put "$("#myTable").DataT -
How to put hyperlink in datatable column?
by nicklibee ·var mydiv = $('#mydiv'); -
Pagination issue
by allan ·$('#myTable').on('click', '.link', function () { -
Fixed Columns question
by mcgee ·$(document).ready(function () { var table = $('#myTable').dataTable({ "scrollX": "100%", }); new $.fn.dataTable.FixedColumns( table, {"leftColum -
Can't fecth json data source for remote domain
by suppertbw ·$(document).ready(function () { $('#mytable').dataTable({ "processing": true, "serverSide": true, "ajax": { -
Custom Filter using ext.search help
by agreenspan ·}; if ($("#mythic").is(":checked")) { selected_rarities.push(2); }; if ($("#rare").is(":checked")) { selected_rarities. -
I can't use multi-column sort
by suppertbw ·$(document).ready(function () { $('#mytable').dataTable({ columnDefs: [{ targets: [0], orderData: [0, 1] }, { targ -
TypeError: $.fn.dataTable.colVis is not a constructor
by allan ·jQuery(document).ready(function(){ oTable = jQuery("#mytable").DataTable( { "dom": 'R<"#titrePlaceholder"><"H"lfr>t<" -
Passing JSON string to DataTable
by anjibman ·$(document).ready(function () { myTable = $('#myTable').dataTable({ //I don't have AJAX call here just table configuration }); }); -
TypeError: $.fn.dataTable.colVis is not a constructor
by jfr ·jQuery(document).ready(function(){ oTable = jQuery("#mytable").DataTable( { "dom": 'R<"#titrePlaceholder"><"H"lfr>t<"