Search
-
Passing primary keys of selected rows to ajax function
by jaredgerber ·// HANDLE REMOVE TRANSACTIONS BUTTON $('#buttonRemove').click(function(){ var oTT = $.fn.dataTable.TableTools.fnGetInstance( 'transaction' ); var aSelectedItems = oTT.fnGetSelecte -
Passing primary keys of selected rows to ajax function
by jaredgerber ·METHOD & REFRESH TABLE $('#buttonGenerate').click(function(){ // GET SELECTED PRIMARY KEYS (TransactionID) TO PERFORM ACTIONS ON // Not working :-( // var anSelec -
DataTables not recognizing update to table from a non-DT ajax call.
by Clay_Nomad ·$(document).ready(function(){ $('#button_get_all_records').click(function(){ $.ajax({ type: "GET", url: "ajax.php", data: "& -
Error message "Not unique table\/alias:"
by pzh20 ·$('#bu').change(function(){ -
Error message "Not unique table\/alias:"
by allan ·data: function ( d ) { d.bu = $("#bu").val(); d.wkend = $("#weekendingdate").val(); } -
Error message "Not unique table\/alias:"
by allan ·ajax: { url: "../php/n-staff.php", type: "POST", data: { "bu": $("#bu").val(), "wke -
Error message "Not unique table\/alias:"
by pzh20 ·{ "bu": $("#bu").val(), "wkend": $("#weekendingdate").val() } }, table: "#hourstable" -
Error message "Not unique table\/alias:"
by pzh20 ·"bu": $("#bu").val(), -
Error message "Not unique table\/alias:"
by pzh20 ·"bu": $("#bu").val() -
Error message "Not unique table\/alias:"
by pzh20 ·editor.add( { type: "hidden", name: "weekendingdate", default: $("#weekendingdate").val() }, -
Error message "Not unique table\/alias:"
by pzh20 ·"bu", default: $("#bu").val() } ); var table = $('#hourstable').DataTable( { dom: "Tfrtip", ajax: "../p -
Get value of column for multi delete of rows
by jigar311982 ·$('#managerlist tbody').on( 'click', 'tr', function () { $(this).toggleClass('selected'); } ); $('#button').on( 'click',function () { var manager = new Array(); $('.selected').each(fu -
Datatables refresh
by pzh20 ·var buid=$('#BU').val(); -
Using Bubble Editor - entire row is passed to server instead of single field
by ksoldink ·Line 5 I'm using https://editor.datatables.net/reference/type/form-options#buttons to define a button. -
Table header misaligned with vertical scroll when display:none
by Scoobysnack ·$(function() { $('#buttonName').click(function() { var tableA = $('#tableName').DataTable(); $('#DivOrTabWithHiddenTable').toggleClass('hideMe', 1000).promise().done(function(){ -
Click event of button in datatables does not work
by aadewojo ·$( function(){ $( "#buttonShowtContract" ).click(function () { nDays = $("#dLength").val(); var myTable = $('#terminalTable').DataTable( { //&qu -
Maintaining unique primary key for every row when creating and editing
by namaste ·{ label: "Title:", name: "videoarchives.Title" }, { label: "Date:", name: "videoarchives.Date", -
JQueryUI and ColVis
by allan ·You can't change the button text via the API at the moment - it can only be done at initialisation time. That is done with the buttonText option. -
Improve performance of datatable
by omsalam ·$('div.DTTT_container').appendTo("#buttonExcel"); }, "ajax": "./server_processingALL.php", "dom": 'T<" -
Adding custom functions in the initialization of the dataTable
by Leron ·$('#button').on('click', function () {