.ui-table-view {
    position: absolute;
    top: 44px;
    left: 0;
    bottom: 0;
    right: 0;

    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.table-view-content {
}