Search
-
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 -
Can I make a colum non editable in table view but editable in record view
by allan ·$('#myTable').on('click', 'tbody td:not(:first-child, :nth-child(3))', function (e) { editor.inline(this); }); -
How I get ID table?
by BelitaColares ·I need to get to ID table example: <table id="#myTable"></table>. -
Search (filter) does not work on some columns
by xwingz ·$('#myTable').DataTable({ scrollY: this._calculateHeight() }); -
How to keep editing window open
by milap ·$('#myTable').DataTable( { buttons: [ { extend: 'create', editor: myEditor, formButtons: [ { label: 'Accept', -
Requested unknown parameter '0' for row 0.
by stichcomber ·$(document).ready(function () { // var table = $('#myDataTable').DataTable(); var table = $('#userlist').DataTable( { "