Skip to content

GridElement.getLastVisibleRowIndex() could be ... improved #1893

@mvysny

Description

@mvysny
public int getLastVisibleRowIndex() {
        // Private for now because this seems to be slightly incorrect
        return ((Long) executeScript("return arguments[0]._lastVisibleIndex",
                this)).intValue();
    }
  • It's public
  • How exactly it is slightly incorrect?
  • Same thing isRowInView()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Maybe

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions