Skip to content

Vertical scroll doesn't work #56

Closed
@davidecampello

Description

@davidecampello

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions