Description
Hello @Mottie,
I encounter some issues with scroller widget... It is difficult do it works with all browsers like Internet Explorer > 9, Firefox, Chrome without alignement issues and without any bugs...
Issue n°1
When I add inputs in header, the head columns are not well align with body columns...
You can see a demo here : http://jsfiddle.net/Francks11/oqfq47fc/1/
The problem appears with all browsers.
Issue n°2
If column data is wrap in several lines, the head columns are not well align with body columns... I have the need that data is wrapped.
You can see a demo here : http://jsfiddle.net/Francks11/oqfq47fc/3/
The problem appears with all browsers.
Issue n°3
If I update a cell in table and data which grow the cell, the head columns are not well align with body columns...
You can see a demo here http://jsfiddle.net/oqfq47fc/4/
The problem appears with all browsers.
I suppose it is necessary to call a method to refresh header, but which? I have look at documentation and the list of possible methods but which methods is most appropriate?
refreshWidgets Refresh the currently applied widgets. Depending on the options, it will completely remove all widgets, then re-initialize the current widgets or just remove all non-current widgets (v2.4; v2.19.0).
updateAll Update a column of cells (thead and tbody) (v2.8; v2.19.0).
updateCell Update a table cell in the tablesorter data (v2.19.0).
I have test updateAll method but its works only first time and next time, the rows of tbody disappears...
I have searched through the documentation, but I found not what I need...
Issue n°4
When I add the fixed columns to previous example demo, it works with Chrome but not with Firefox and IE.
You can find demo here : http://jsfiddle.net/oqfq47fc/5/
Issue 5
When we move horizontal scrollbar to right, we can see the moved contents in table border :
You can find demo here : http://jsfiddle.net/oqfq47fc/5/
Issue 6
When we go on the bottom of table, there is a slight alignment issue :
Issue 7
I use qTip2 (http://qtip2.com) for tooltip.
Qtip2 works good with table sorter, except if widget scroller is used.
You can find a demo here, without scroller widget : http://jsfiddle.net/oqfq47fc/6/
You can find a demo here, with scroll widget : http://jsfiddle.net/oqfq47fc/7/
Can you help me?
I have looked in the documentation, but forgive me if it's written somewhere and I have not seen.
Thanks.