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

Add column_header_merge_depth and row_height page options #191

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

texodus
Copy link
Member

@texodus texodus commented Aug 27, 2023

Adds two new non-data-specific configuration options to the schema of the dataListener return object:

  • column_header_merge_depth: number configures the number of rows to include
    from colspan merging. This defaults to header_length - 1.
  • row_height: number configures the pixel height of a row for
    virtual scrolling calculation. This is typically auto-detected from the DOM,
    but can be overridden if needed.

@texodus texodus added the enhancement Feature requests or improvements label Aug 27, 2023
@texodus texodus merged commit c10f40f into master Aug 27, 2023
4 checks passed
@timkpaine timkpaine deleted the page-config branch August 28, 2023 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests or improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant