FixedColumns NOT working using dataTables v 1.9.1 and fixedColumns v 3.0.2

FixedColumns NOT working using dataTables v 1.9.1 and fixedColumns v 3.0.2

shantanooshantanoo Posts: 2Questions: 1Answers: 0

Hi

To share the files I have created a project on github repo link: https://github.com/shantanookirtane/dataTablesFixedColumns.git

This repository has index.html where the table gets loaded under the DOM structure similar to what is getting created when I run my application. The repo has all necessary css and js files.

I have add the exact issue description in README.md file on github for this project, pasting the same here again.

Datatable version : 1.9.1
Datatable Fixed column version: 3.0.2

Issue with DataTables Fixed columns

The issue here is that even though the scroll bar is appearing the left column is not fixed, so when you move the scroll bar everything moves.

Also if you click on the first TH element in table i.e. (ServerName) the table horizontally expands and contradicts. during this process if you notice carefully the scroll bar get applied to first the outer div with class=tab-content and then to div with class dataTables_scrollBody

I am looking for a solution here so that I can use the Datatable Fixed column plugin successfully

This discussion has been closed.