Search
23429 results 9461-9470
Forum
- 25th Jul 2015Can I do this with inline edit ??can I restrict which columns are editable in the
- 24th Jul 2015Full Screen API and Bubble Editingtable with search, pagination, columns and bubble editing and
- 24th Jul 2015New added row not showing (instead, showing first record twice)lengthChange: false, ajax: "/api/Student", columns: [{ data: "Name" }] }); var tableTools
- 24th Jul 201512 hour format for data entryautowidth: "false", ajax: "lib/getAppointments.php?id="+GetURLParameter("id")+"&uid="+uid+"&t=c", columns: [ {data: "Appointments.AppointmentDate"}, {data: "StatusOptions.Status",
- 23rd Jul 2015How to dynamically read no. of selected rows in jquery data tableexample column with checkboxes: "columns" : [ { "data" : row[0], "render" : function(data , type , row){ return '<input class="ch" type="checkbox" value='+data+' />' } } ], and script which counts selected checkboxes $(document).ready(function (){ $('body').on('change' , '.ch' , function(){ var checked = 0 $('.ch:checked').each(function (){ checked = checked +1 console.log(checked) $('.info').text(checked + " rows are selected") }) }) })
- 23rd Jul 2015Add class to cell when using server-side processingFor example: "columns": [ { "class" : "class001", // or "className" : "class001" - the same result "data" : 'name', }, { "data" : "score" }, ], other way: yourDataTable.on( 'draw', function () { $('tr td:nth-child(6)').each(function (){ $(this).addClass('class001') }) }); But first way is simpler
- 22nd Jul 2015master detail table update problemamp;en=" + extname, // ajax source, "columns": [ { "data": "shp_payment_options.sort_order" , className: "center"
- 21st Jul 2015Datatables php library [new]You have to define columns. Do not use wildcards. try "Select column1, column2, column3 from table1"
- 20th Jul 2015When I disable search box, all Text boxes on form are being turned into search box?searchable false for all columns. But still somehow the
- 20th Jul 2015Multiple selection in column filteringthe available values in columns and want to multi-select