Skip to content

Fix perspective-viewer-datagrid draw error when group_by+split_by+filter are empty#3015

Merged
texodus merged 2 commits into
masterfrom
d3fc-style-2
Jun 23, 2025
Merged

Fix perspective-viewer-datagrid draw error when group_by+split_by+filter are empty#3015
texodus merged 2 commits into
masterfrom
d3fc-style-2

Conversation

@texodus

@texodus texodus commented Jun 23, 2025

Copy link
Copy Markdown
Member

This PR fixes an issue in perspective-viewer-datagrid which causes rendering to fail when group_by and split_by are both applied, and a filter condition has removed all rows from the underlying Table (as this causes the resulting View to have 0 columns, a unique filter condition of split_by).

texodus added 2 commits June 22, 2025 15:12
Signed-off-by: Andrew Stein <steinlink@gmail.com>
Signed-off-by: Andrew Stein <steinlink@gmail.com>
@texodus texodus added the bug Concrete, reproducible bugs label Jun 23, 2025
@texodus texodus marked this pull request as ready for review June 23, 2025 23:59
@texodus texodus merged commit a54e4b4 into master Jun 23, 2025
14 checks passed
@texodus texodus deleted the d3fc-style-2 branch June 23, 2025 23:59
texodus added a commit that referenced this pull request Jun 24, 2025
Signed-off-by: Andrew Stein <steinlink@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Concrete, reproducible bugs

Development

Successfully merging this pull request may close these issues.

1 participant