Skip to content

Add column_header_merge_depth and row_height page options#191

Merged
texodus merged 1 commit intomasterfrom
page-config
Aug 27, 2023
Merged

Add column_header_merge_depth and row_height page options#191
texodus merged 1 commit intomasterfrom
page-config

Conversation

@texodus
Copy link
Copy Markdown
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
@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