You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I don't know what I doing wrong but when I active table scroll with this table, table scroll doesn't work good.
I just want to froze the two first line and froze the four first colums.
This is the code used to call table scroll $('table').table_scroll({fixedColumnsLeft: 4,columnsInScrollableArea :4});
The first picture show the table without calling table scroll.
The second picture is the issue when calling table scroll
Hi,
I don't know what I doing wrong but when I active table scroll with this table, table scroll doesn't work good.
I just want to froze the two first line and froze the four first colums.
This is the code used to call table scroll
$('table').table_scroll({fixedColumnsLeft: 4,columnsInScrollableArea :4});
The first picture show the table without calling table scroll.
The second picture is the issue when calling table scroll
1.zip
The text was updated successfully, but these errors were encountered: