Search
-
Update cells
by djonepl ·var oTable = $('#sorting-advanced').dataTable({ 'processing': false, 'serverSide': true, 'ajax': './inc/MainTable.php', 'sPaginationType': 'full_numbers', 'sDom': '<"da -
Help with adding a link to a AJAX created datatable
by smarthomes ·var selected_table = $('#selected_items').dataTable({ "ajax": '/cfcs/db_items.cfc?method=getSelectedItems&pid=34', "columnDefs": [{ "target -
Help with adding a link to a AJAX created datatable
by smarthomes ·var selected_table = $('#selected_items').dataTable({ "ajax": '/cfcs/db_items.cfc?method=getSelectedItems&pid=' + packageID, "columns": [{ -
"fnSetColumnVis" method is not working with the server side proccessing of datatable
by Vineeth ·"StateID", "value": $("#StateID").val() }); aoData.push({ "name": "CityID", "value": $("#CityID").val -
Store hidden data in DB
by allan ·Absolutely this can be done - using the Field->setValue() method: -
FixedHeader - Does not work if I am using Jquery Layout
by ThomD ·$('#s4-workspace').scroll( function () { -
One search request for all individual column filters?
by marcelv ·searchRowRef = $jq("tr#searchRow"); $jq( 'input', searchRowRef ).on( 'keydown', function (ev) { attindex = $jq.inArray('description',jsarr); //my own array of column -
Unable to get datatable to refresh
by allan ·$('#selected_items').dataTable().api().ajax.reload(); -
Unable to get datatable to refresh
by smarthomes ·var selected_table = $('#selected_items').dataTable({ "ajax": '/cfcs/db_items.cfc?method=getSelectedItems', "columns": [{ "visible": false, -
Issue Update Datatables
by Aewil ·"strikemin", "value": $('#strikemin').val() } ); aoData.push( { "name": "strikemax", "value": $('#strikemax').val() } ); aoDa -
Customizing Buttons?
by jLinux ·// Main reference for data-table var $data_table = $( '#data-table' ); // Initialize DataTable var table = $data_table.DataTable( { "lengthMenu": [ -
child row visibility bug
by allan ·$("#scoreboard tr").removeClass("shown"); -
child row visibility bug
by Innerwolf ·$('#scoreboard tbody').on('click', 'td', function () { var tr = $(this).closest('tr'); var row = table.row( tr ); if(row.child.isShown()){ row.child.hide(); -
where conditions with an array
by allan ·Are you looking to do a WHERE ... IN ...? (I presume that id is not an array - or is it)? -
Hidden columns are shown when browser window is resized
by allan ·Sounds very much like you are using Responsive (although without a test case, as required by the forum rules, it is impossible to say for sure). -
slow dataTable and how to speed up !
by kingSulaiman ·var table = $('#shopDeliReport').dataTable({ 'bJQueryUI': true, 'bProcessing': true, 'bServerSide': true, 'sAjaxSour -
get data for selected row for TableTool button
by mmontoya ·$('#referralsTable tbody').on( 'click', 'td', function () { var tr = $(this).closest('tr'); var row = referralsTable.row( tr ); //alert(row.data().Referrals.R -
Example of trapping enter key when using inline edit
by BadgerCap ·In the documentation for submitOnReturn here, the text states: -
Data Table Plugin Not Working
by welsonsugi ·$(document).ready( function () { var table = $('#statusTable').DataTable( { "paging" : true, "pagingType": "full_numbers", "bSor -
Custom plugin with two datepickers
by jtoler5 ·) { conf._input.children('#start').datepicker().on('changeDate', function(e){ var endDate = conf._input.children('#end').datepicker('getDate').getTime();