Search
23531 results 14701-14710
Forum
- 14th Nov 2019how to add conditions on column:data?row.id +'" data-booking='+JSON.stringify(row)+' class="show-booking">'+row.booking_reference+'</a>' }, }, ] or columns: [ { data: "booking_reference", 'render': function
- 13th Nov 2019How to add array in datatables? (laravel)Controller array_push($results, [ 'name' => $name, 'last_modified' => $lastmodified, 'size' => $this->humanReadable($size), ]); return Datatables::of($results)->make(true); JS $(function() { var table = $('#backuptable').DataTable({ processing: false, serverSide: true, ajax: '{!! route('get.backup') !!}', columns: [ { data: 'name', name: 'name' }, { data: 'last_modified', name: 'last_modified' }, { data: 'size', name: 'size' }, ] }); });
- 13th Nov 2019TypeError: right-hand side of 'in' should be an object, got numberpdf', 'colvis'], autoWidth: false, columns: [ null, null, { /* Actions */ bSortable:
- 13th Nov 2019How to add row design base on condition?<style> .red { background-color: red !important; } </style> $(function() { var table = $('#item').DataTable({ processing: false, serverSide: true, ajax: '{!! route('admin.get.item') !!}', columns: [ { data: 'item_name', name: 'item_name' }, { data: 'item_quantity', ***if item quantity is less than 5**** if( row.item_quantity === '5') { $(row).addClass('red'); } else { } }, ] }); });
- 13th Nov 2019reorder editor not workingHttpContext.Current.Application["VirDir"]/media/language/de_HEB.json" }, order: [["0", "asc"]], columns: [ //{ // data: null, // defaultContent: '', // className:
- 13th Nov 2019Modal form submit inside child rowfalse, order: [[2, 'asc']], columns: [ { orderable: false, data: null,
- 12th Nov 2019Datatables AJAX.reload Callback dataurl: "mysite.cfm?method=gettabledata", type: 'POST' }, columns: [ { title: "Description", name: "description",
- 12th Nov 2019Select2 with Pagination to improve loading timeselect2 for around 15 columns on 3k rows. It
- 11th Nov 2019Move Select2 search inputs from footer to a sidebarhave has around 30 columns. It's easier to have
- 11th Nov 2019DataTables not loading server side data from MYSQLid'; // Array of database columns which should be read