Search
-
how to do a table with sorting on columns
by izumov ·$('#example').DataTable( { -
Dependent field - Cascading lists in Editor
by mihalisp ·var editor = new $.fn.dataTable.Editor( { ajax: "Editor_PHP/controllers/editor.php", table: "#example", fields: [ { label: "Username: -
how to change the default number of records to display and instead of number use a head column field
by gnux8 ·$(document).ready(function() { $('#example').DataTable( { "footerCallback": function ( row, data, start, end, display ) { var api = this.api(), data; // -
load new URL ajax with variable param
by aharro12 ·$(document).ready(function() { var table = $('#example').DataTable({ "ajax": { "url": "/data.php", & -
DataTable Detail Rows JavaScript header doesn't align with body and issue when no items in the view
by Dana ·I have a Datatable with details, details having the same number of columns as the parent. It seems that the content and the header are not aligned not even if I use $('#example').DataTable().columns.a -
Editor readonly field not works
by kthorngren ·$('#example').on('click', 'tbody tr td:not(:first-child, :nth-child(6), :nth-child(7))', function() { -
Nested json file to datatables.
by oppsig ·var $ = require( 'jquery' ); var dt = require( 'datatables.net' )(); var buttons = require( 'datatables.net' )(); $(document).ready( function () { $('#example').DataTable({ -
Datatable similar to .NET datagridview
by Graynoble ·editor = new $.fn.dataTable.Editor({ table: "#example", fields: [{ label: "Item Number:", name: "item_number" }, { -
Column without construct
by Maksim250698 ·var table = $('#example').DataTable( { -
Column without construct
by Maksim250698 ·var table = $('#example').DataTable( { -
Datatable similar to .NET datagridview
by Graynoble ·editor = new $.fn.dataTable.Editor({ table: "#example", fields: [{ label: "Item Number:", name: "item_number" }, { -
Not able to delete remove a row after a successful Ajax Call
by kthorngren ·$('#example').on('click', 'tbody .edit_btn', function () { var row = table.row($(this).closest('tr')); var data_row = row.data(); -
Not able to delete remove a row after a successful Ajax Call
by zohaibhassan122 ·$('#example').on('click', 'tbody .edit_btn', function () { var data_row = table.row($(this).closest('tr')).data(); var RowDataArray = [ table.cell( table.row($(this).clo -
Drill down datatables - clicking on child tables' first row closes the child table altogether
by colin ·The problem is because the selector for the child table's click would also be caught by the parent. If you make the parent more specific, like $('#example tbody tr') everything seems to be working as -
Editor readonly field not works
by colin ·$('#example').on('click', 'tbody tr td:not(:first-child)', function() { editor.inline(this); }); -
Help with server processing. PHP/MSSQL and AJAX Reload
by aharro12 ·{ var table = $('#example').DataTable({ "ajax": { "url": "/data.php", "data": { -
Drill down datatables - clicking on child tables' first row closes the child table altogether
by hedgy123 ·var iTableCounter = 1 //outermost table var table = $('#example').DataTable({ dom: 'Bfrtip', "pagingType": "full_ -
Trying to make ajax call but not working with version 1.10.16
by testmb0407 ·$('#example').DataTable({ "ajax": { "url": "ajax.php", "data": { "start_date" -
Cognos Analytics: Getting select event to work with DataTables
by colin ·$('#example').DataTable().on('select.dt', function(e, dt, type, indexes) { -
Help with a multiple left join in DataTables editor
by concettodg ·table: "#example", fields: [ { label: "Review Text:", name: "review.review_text", type: "