Search
-
deferrender 404 error with txt file
by Innerwolf ·$('#scoreboard').DataTable({ "data": array, .... } -
get data for selected row for TableTool button
by mmontoya ·$('#table tbody').on( 'click', 'td', function () { var tr = $(this).closest('tr'); var row = table.row( tr ); //tr.addClass( 'selected' ); $("#selectedID -
deferrender 404 error with txt file
by Innerwolf ·table = $('#scoreboard').DataTable({ "ajax": "array.txt", "deferRender": true, //.... } -
Change AJAX url
by rpmccormick ·function refTable(name) {$('#spin'+name).show(); $('#tbl'+name).DataTable().ajax.url('/api/tables/get'+name+'.php?region='+userRegion+'&zone='+$('#selZone').val()) -
Hidding a column
by mmontoya ·$('#table tbody').on( 'click', 'td', function () { var tr = $(this).closest('tr'); var row = table.row( tr ); $("#selectedID").val(row.data().Customers.CustomerI -
[BUG] Error while loading object with a Dot in the associative array Key
by allan ·Hi Matthias, -
responsive plugin troubles
by allan ·If you don't want columns to be removed by Responsive, you can use special classes on the columns to indicate this. This is covered in the documentation here. -
Trouble with adding a column that is not part of AJAX dataset
by smarthomes ·var selected_table = $('#selected_items').dataTable({ -
Rearranging datatable columns with javascript conditions.
by banasree ·var condition=$("#quarter").text(); var table= $('#storageTable').DataTable( { "bProcessing": true, -
Custom Buttom to external link with GET data
by allan ·Hi, -
Problem with columns width
by allan ·What i want to do is give a width to columns 0,1,2,3,4,5,6 making the columns 7,8,9,10 goes to the details -
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,