dataTable funtion(fixedColumns) is not working.......
dataTable funtion(fixedColumns) is not working.......
test cast link:
http://live.datatables.net/bajorula/3/watch?html,css,js,output
I am testing a datatable in my project. For testing purposes, I am using the fixed column example code from the official website of the data table, but the column is not fixed.
It works fine on the test site, but it doesn't work in my Eclipse.
Even if I invest the time of 2 days, I can't get the answer. Please give me some advice
P.s.this code I wrote on the test site and the code I wrote on my Eclipse are the same
This question has an accepted answers - jump to answer
Answers
It's probably because the FixedColumn libraries haven't been loaded. You can confirm that by using debugger,
Colin
@colin As a result of checking through the debugger, it seems that the fixed column library cannot be loaded. Why are you doing this?
debuuget issue:
15 tests complete. 1 problem was found:
Table ID Problem description
example Tables which have scrolling enabled should have their width set to be 100% to allow dynamic resizing of the table. This should be done with a
width="100%"
orstyle="width:100%"
attribute. Usingwidth:100%
in your CSS is unfortunately not enough as it is very difficult to read a percentage value from stylesheets!I've fixed the issue.
Can't load fixed column library...
It's not saying it can't load it, it's saying it's not loaded. Given Buttons loaded successfully, it would be worth comparing the two to see if there are any differences with the FixedColumn extension.
Colin
@colin Somehow solved. Thank you.