Search
-
Selecting cells only from the 1st column
by tambrams25 ·$("#my_table").DataTable( { "processing" : true, "pageLength": 25, "sDom": 'B<"clear">lf -
Selecting cells only from the 1st column
by tambrams25 ·$("#my_table").DataTable( { -
Print button not showing up
by sudhamallenahalli ·$(document).ready(function () { var table = $('#mytable').DataTable(); new $.fn.dataTable.Buttons(table, { "buttons": [ 'print' ] -
Highlight selected row
by nycos62 ·$('#myDataTable > tbody > tr').each(function () { $(this).removeClass("focusedRow") }); $('#' + RowID).addClass("focusedRow"); -
Need to append the new data in the existing datatable.
by Naresh155 ·$('#myTable').DataTable({ -
Sending multiple values via ajax.data() to $editor->where() end looping through where()
by Capamania ·table = $('#my-table').DataTable( { dom: "Blfrtip", ajax: { url: "/data.php", type: "POST", -
(SOLVED) TableTools.GetInstance does not carry the updated data table?
by jvcunha ·var oTable = $('#myTable').dataTable(); oTable.fnUpdate('200', 1, 10, true); oTable.fnUpdate('230', 1, 11, true); $("td:eq(10)", nRow).html('200'); $("td:eq(11)", nRow).html('230') -
(SOLVED) TableTools.GetInstance does not carry the updated data table?
by jvcunha ·var oTable = $('#myTable').dataTable(); oTable.fnUpdate('200', 1, 10, true); oTable.fnUpdate('230', 1, 11, true); $("td:eq(10)", nRow).html('200'); $("td:eq(11)", nRow).html('230') -
Bootstrap Confirmation only firing events on first datatables page
by allan ·$('#myTable').on( 'click', '.confirmation', function () { $(this).confirmation(options); $(this).confirmation( 'show' ); } ); -
Number and a date range filter for datatable serverside script
by Capamania ·var table = $('#my-table').DataTable( { dom: "Blfrtip", ajax: { url: "/data.php", type: "POST", data: function (d) { -
How to put image in loading
by AshThornton ·$('#myTable').dataTable( { ajax: "//cdn.datatables.net/plug-ins/1.10.9/i18n/Portuguese-Brasil.json", language: { processing: "<img src="{{asset(" alt="image&qu -
How to put image in loading
by AshThornton ·$('#myTable').DataTable({ language: { processing: "<img src="img/loading.gif" alt="image" /> Loading...", } }); -
Export buttons not working
by bfullen ·// DataTable var table = $('#myDataTable').DataTable({ dom: 'Bfrtip', buttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ], "order": [[1, " -
Numer Sorting issue
by kp161983 ·var oTable = $('#myDataTable').dataTable({ -
After ajax call filter and sort is working but data is not updating.
by rameshkts ·"autoWidth": false, "bFilter": true, "bInfo": true, "bSort": true, "aaSorti -
want to show success message after file upload
by ashiers ·form for processing. $("form#myform").submit(); } } ] } ); //Record the id of every row clicked on $('#example').on( ' -
DataTable with keytable single click with css class problem
by lordoffriends ·$('#myDataTable').on('click', 'tbody td', function () { $(this).closest('td').addClass('focus'); }); -
Editor Create : SQLSTATE[42000]: Syntax error or access violation: 1064 .....
by fc338339 ·editor = new jQuery.fn.dataTable.Editor({ "ajax" : "/modules/mod_aa_editor2/php/cour2.php", "table" : "#myTable2", -
Editor Create : SQLSTATE[42000]: Syntax error or access violation: 1064 .....
by fc338339 ·editor = new jQuery.fn.dataTable.Editor({ "ajax" : "/modules/mod_aa_editor2/php/cour2.php", "table" : "#myTable2", -
Editor Create : SQLSTATE[42000]: Syntax error or access violation: 1064 .....
by fc338339 ·"table" : "#myTable2", "fields": [{ label : "Course:", name : "cl.course_id", ty