Dear Techies,
How to fix the Header issue in Datatable using Verical scroll bar ?
my Ajax code is
- $(document).ready(function () {
- dataTable = $("#ActiveETable").DataTable({
- "paging": false,
- deferRender: true,
- scrollY: 200,
- scrollCollapse: true,
- scroller: true,
- "ajax": {
- "url": "/Controller/Datavalue",
- "type": "GET",
- "datatype": "json",
- "dataSrc":