Skip to content

Some issues with scroll widget #906

Closed
@Francks11

Description

@Francks11

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.

capture1

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.

capture2

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.

capture3

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/

On chrome : (OK)
capture4_chrome

On firefox :
capture4_firefox

On Internet Explorer :
capture4_internet_explorer

Issue 5

When we move horizontal scrollbar to right, we can see the moved contents in table border :
capture5

capture6

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 :
capture7

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/

capture8

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions