Search
-
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...", } }); -
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', -
Full solution to restore lost form values due to searching / paging
by Timmer3 ·$(document).ready(function() { var dt = $('#myTable').DataTable({ 'order': [], // bypass default first-pass sorting by DataTables API that changes with -
DataTable not working in mvc5 if used multiple table data in one table
by sainix ·$('#mytable').dataTable(); -
dataTables Editor: TypeError: e[O5l] is undefined
by techbot ·editor = new $.fn.dataTable.Editor({ ajax: "/players/api/list", table: "#myTable", -
scrollX: true lost header ?
by jvcunha ·var table = $('#myTable').DataTable({ sDom: '<"H"lTfr>t<"F"ip>', order: [[2, 'de -
Server Side Processing not honoring searchDelay
by dshine ·$(document).ready(function () { $('#myTable').DataTable({ fixedHeader: true, ordering: false, pageLength: 50, searching: tru -
Server side processing not honoring fixedColumns
by dshine ·$(document).ready(function () { $('#myTable').DataTable({ fixedHeader: true, ordering: false, pageLength: 50, searching: tru -
Server Side Processing not honoring searchDelay
by dshine ·$('#myTable').DataTable({ -
DateTimepicker not triggered on next page Datatable
by glenderson ·$("#mytable tbody").on("click","td span", function() { if ($(this).hasClass("editlink")) { ... do the edit event ... } else if ($(this).hasClass("deletelin -
Synchronous XMLHttpRequest on the main thread is deprecated...
by Gustavo2090 ·var datatable = $('#mytable').DataTable({ -
Synchronous XMLHttpRequest on the main thread is deprecated...
by Gustavo2090 ·var datatable = $('#mytable').DataTable({ ajax: "../prueba.php", "sAjaxDataProp": "", "bProcess -
How to send value of start row entry for Ajax paging
by allan ·d.myKey = $('#myTable tbody td:eq(0)').text();