Skip to content

Conversation

@djbarnwal
Copy link
Member

Adds a "Show more" row to the outermost dimension in pivot tables.
The row is only shown if rowLimit is applied.

Follow up items:

  • Currently can't expand beyond a limit of 100. Will have to add incremental fetching similar to infinite scroll.

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

@djbarnwal djbarnwal self-assigned this Dec 24, 2025
let rowDimensionValues =
rowDimensionAxes?.data?.[anchorDimension] || [];

// Detect if there's more data for the outermost dimension
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this is removing the extra dimension for nested query it is still displayed in the table. Are we missing code to remove it from the display list?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants