Search
23602 results 4741-4750
Forum
- 31st Jul 2022My mikrotik api shows my datatable total pages but not displaying data<script type="text/javascript"> $(document).ready(function () { $("#logs-table").appTable({ source: '', columns: [ //{title: ''}, {title: ''}, {title: ''}, {title: ''}, //{title: '<i data-feather="menu" class="icon-16"></i>', "class": "text-center option w100"} ] }); }); </script> Edited by Kevin: Syntax highlighting. Details on how to highlight code using markdown can be found in this guide
- 28th Jul 2022BUG: Colreorder error alert when using data-order attribute on tdas well - when reordering columns that do not trigger
- 28th Jul 2022Json format for dataTable using ajax dataI am getting Uncaught SyntaxError: Unexpected identifier at columns: [ Missing a comma after the ajax object closing bracket - line 7 in the above Also change: { viewentry: 'farmnumber' }, To be: { data: 'farmnumber' }, And the same for the other columns. Allan
- 27th Jul 2022Inline edit: possible datetime bugdatetime" }, Table Code var columns = [ {title: 'Open Date', data:
- 27th Jul 2022Inline edit: tabbing questionThanks Kevin. This worked: columns: '.editable'
- 26th Jul 2022Remove only blue icon from loadingnvm, it works but it was too fast and because I have child row, it appears lower on the DT, is it possible to make it show under the column's title directly?
- 26th Jul 2022Trying to get nested Editor/DataTable to workextend: 'remove', editor: paymenteditor }, ], columns: [ { data: 'id', title: 'ID'
- 26th Jul 2022Modal display examples for Vue Js projectsAll of the columns are visible so none
- 26th Jul 2022Responsive Modal (simple and Bootstrap5) - cannot get to function like examplesYour codepen works for me. Reduce screen width, buttons appear, click button, modal appears showing details of hidden columns.
- 26th Jul 2022Datables with server-side: true, sorting became faultyThe Module rest_framework_datatables was handling everything for serverSide, the problem was with one of the columns being integer but saved as text on the DB, so Sorting became faulty.