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":
Vasanthakumar mPosted May 20, 2020, 1:54 AM
Jignesh KumarPosted May 19, 2020, 6:38 AM
Vasanthakumar mPosted May 19, 2020, 6:14 AM
Jignesh KumarPosted May 19, 2020, 6:05 AM
Vasanthakumar mPosted May 19, 2020, 6:01 AM
Jignesh KumarPosted May 19, 2020, 5:44 AM