Update Grid column header docs - #137
Open
mafanya23 wants to merge 8 commits into
Open
Conversation
- css: add style block to example - customfilter: fix parameter list indentation - filterconfig: unify property formatting, add optional labels, fix dateFilter section indentation - sortas: add @params section and usage example - text: update example to show summary-based text callback - tooltip: expand example with object form config
[add] updates for v9.3.9
[update] add Excel export fix to v9.3.9
[add] what's new for v9.3.10
- fix broken markdown table on the header properties index page - restore the header type signature, example and related links that were lost when the old page was split - fix the tooltipTemplate example: the component-level summary was missing, so totalPopulation rendered as undefined - fix the colspan/rowspan examples: add the columns the spans reach into, without them the examples are not reproducible - correct column ids that contradicted their header text - align all 13 pages with the convention used by the sibling column property pages: ### Usage / ### Parameters / ### Example headings, so the sections appear in the page TOC - replace site-absolute links with .md paths, which the repo link normalizer rewrites and the build validates - remove the orphaned gridcolumn_header_property.md and redirect its URL to the new index page - repoint the column summary links in configuration.md and grid_spans_config.md to gridcolumn_summary_property
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.
Restructuring and updating Grid column header API. Standalone pages for each property are introduced