Search
791 results 151-160
Forum
- 29th Mar 2019Unable to Get Exact Match in datatableto display"}, ajax: 'logapi.php?query=query_02', fixedHeader: true, //scrollY: 300, //scrollX: true,
- 8th Mar 2019Creating an attendance register reportattendanceDetailsTable = $('#attendanceDetailsTable').DataTable( { info: false, fixedHeader: true, scrollY: "500px", scrollX: "100%",
- 8th Feb 2019Fixed HeaderCICO_Id', "order": [[0, "desc"]], fixedHeader: true, "dom": '<"html5buttons"B><"top"l<"gridttlEntried"i>>rt<"bottom"p><"clear">', buttons: [ { extend:
- 21st Jan 2019fixedColumn loses it function when iFrame resizeis due to the "fixedHeader: true," option. I don't know
- 14th Jan 2019Is it possible to fix the buttons, search, paginations, etc. at the header?Monthly', 'All']], 'iDisplayLength': 50, fixedHeader: true } ); } ); </script> <div id="customForm"> <fieldset
- 27th Dec 2018Width of thead th column does not align with tbody td columnI think so. I just re create the problem and when i commented these three properties it worked fine. // scrollY: '70vh', //scrollCollapse: true, //fixedHeader: true, But How do I created fixed header in such scenario with scroll?
- 2nd Nov 2018Datatable row count incorrect after server-side delete operationstrue, 'autoWidth' : true, 'orderCellsTop' : true, 'fixedHeader' : true, 'stateSave' : false, 'stateDuration'
- 21st Oct 2018Editor: Duplicate button not workingAll you should need to do is assign the table variable when initialing Datatables. FOr example line 88 of your code change to this: var table = $('#example').DataTable({ fixedHeader: true, Kevin
- 21st Sep 2018Delete button not processingpageLength: 15, dom: '<"top"l>Bfrtip', fixedHeader: true, lengthMenu: [[10, 25, 50,
- 4th Sep 2018Fixed header in EditorSorry guys for the false alarm! Problem solved. The fix is to add: fixedHeader: true Cheers, Al