feat: extend data table support to TE, thematic, and event layers [PR5] - #3726
Open
BRaimbault wants to merge 44 commits into
Open
feat: extend data table support to TE, thematic, and event layers [PR5]#3726BRaimbault wants to merge 44 commits into
BRaimbault wants to merge 44 commits into
Conversation
Contributor
|
🚀 Deployed on https://pr-3726.maps.netlify.dhis2.org |
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
… set Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
isExtended was set unconditionally before the server-cluster decision, so a layer that became server-clustered while its data table was open got isExtended:true stamped even though no client dataset was ever loaded. That silently blocked the reload useLayersLoader triggers when forceClientCluster is set, so clicking "Show event details" appeared to do nothing instead of loading the table. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…total, once rendering client-side Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
BRaimbault
force-pushed
the
feat/datatable-pr5-more-layer-types
branch
from
July 27, 2026 13:30
4dee9ea to
2c1f706
Compare
|
BRaimbault
marked this pull request as ready for review
August 4, 2026 15:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Part of DHIS2-21456
Description
Extends the data table to the remaining layer types and rendering modes from the epic:
Also included, surfaced while wiring up event layers:
spatialSupport), with aforceClientClusterescape hatchvalueTypecoercion for TE columns, a race when editing filters/columns while a server-clustered event layer's data is still extending, a resize-cancel bug, a crash + dead code path inparseLayerConfig, header alignment, and a data table performance passQuality checklist
Known issues
<input type="color">; deferred to a follow-up