Skip to content

Rendered rows never goes past 100 despite the number of rows in data #15

@dsills22

Description

@dsills22

I always just get 100 rows regardless of my data size after rendering. I see that renderer has a default of 100 rows set. I currently have to do the following to get the rows to scale with my data:

this.spreadsheet.data().rows.len = rowLen;
this.spreadsheet._renderer.rows(rowLen);
this.spreadsheet.data({cells: myData})
this.spreadsheet.render();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions