Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical scroll doesn't work #56

Closed
davidecampello opened this issue Apr 14, 2017 · 1 comment
Closed

Vertical scroll doesn't work #56

davidecampello opened this issue Apr 14, 2017 · 1 comment

Comments

@davidecampello
Copy link

davidecampello commented Apr 14, 2017

Hi, thanks for this good component.
I'm using the orizontal scroll in a ng-table like this:

<div ng-scrollable="{scrollX:'none',scrollY:'left'}" style="width: 300px;">
    <table" ng-table="model.tableParams" class="table table-condensed table-hover" >
        <tr ng-repeat="row in $data" >
             <td data-title="'...'">
                {{data}}
            </td><td data-title="'...'">
                {{data}}
            </td><td data-title="'...'">
                {{data}}
            </td><td data-title="'...'">
                {{data}}
            </td><td data-title="'...'">
                {{data}}
            </td>
        </tr>
    </table>
</div>

I have a lot of column and a maximum size of 300px so i want a orizontal scroll but I want use the browser's default vertical scroll.
The orizontal work good but the vertical not. If the mouse is over the div with the ng-scrollable the scroll doesn't move.
Can anyone help me?
Thanks in advance

@davidecampello davidecampello changed the title Vertical scroll doen't work Vertical scroll doesn't work Apr 18, 2017
@echa
Copy link
Owner

echa commented Apr 22, 2017

should be fixed in the upcoming release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants