Skip to content

fix: Improve datatable local search#6491

Merged
pnrgenc merged 3 commits intonextfrom
validating-active-users
Aug 1, 2025
Merged

fix: Improve datatable local search#6491
pnrgenc merged 3 commits intonextfrom
validating-active-users

Conversation

@pnrgenc
Copy link
Member

@pnrgenc pnrgenc commented Jul 29, 2025

Problem:

  • DataTable search functionality was searching through all row properties including unmapped/internal fields that are not displayed to users, leading to unexpected search results

Solution:

  • Modified field selection to prioritize columnKey over property and fallback to original behavior when no searchable column found

Problem:

- DataTable search functionality was searching through all row properties including unmapped/internal fields that are not displayed to users, leading to unexpected search results

Solution:

- Modified field selection to prioritize columnKey over property and fallback to original behavior when no searchable column found
@pnrgenc pnrgenc requested a review from Cookiezaurs July 29, 2025 13:48
…icked

Problem:

- When the selected chart type is set to a value other than the default value and the clear cache button is clicked, chart type in the header is incompatible with the chart itself

Solution:

- During the chart refresh, type in the seriesOptions is also assigned to the header to ensure compatibility.
@pnrgenc pnrgenc merged commit f2a5a9f into next Aug 1, 2025
8 of 11 checks passed
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.

2 participants