-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the new predefined edition behavior in tables #1133
Merged
Conversation
This file contains 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
FabienLelaquais
added
📈 Improvement
Improvement of a feature.
🖰 GUI
Related to GUI
🟧 Priority: High
Stalls work on the project or its dependents
labels
Sep 21, 2024
jrobinAV
approved these changes
Sep 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, for my part.
- Added dynamic styling example - Release Notes update
FredLL-Avaiga
approved these changes
Sep 23, 2024
namnguyen20999
approved these changes
Oct 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
FredLL-Avaiga
approved these changes
Oct 2, 2024
- Added note on Lambdas as property values - Enumerated classes as candidates for *lov*
FredLL-Avaiga
approved these changes
Oct 2, 2024
Added doc on lovs from enumeration classes,
FredLL-Avaiga
approved these changes
Oct 3, 2024
jrobinAV
pushed a commit
that referenced
this pull request
Oct 4, 2024
* Add and update docs for table and selector * Mention Polars support * Added doc for style parameter of Page classes * Added dynamic styling example * Release Notes update * Added note on Lambdas as property values * Enumerated classes as candidates for *lov*
jrobinAV
added a commit
that referenced
this pull request
Oct 4, 2024
* Cleaning code using object programming * extract reader * merge develop * Better document why we need to handle config. * improve doc generation * Config doc * UX * Update config handler regarding attribute documentation * Xrefs * Xrefs and minor improvements * re adding taipy as prefix * re adding taipy as prefix * Handle taipy.common * Update taipy_theme/assets/stylesheets/avaiga.css Co-authored-by: Fabien Lelaquais <[email protected]> * Update taipy_theme/assets/stylesheets/avaiga.css Co-authored-by: Fabien Lelaquais <[email protected]> * Test for proper retrieval of Designer (#1143) * Document the new predefined edition behavior in tables (#1133) * Add and update docs for table and selector * Mention Polars support * Added doc for style parameter of Page classes * Added dynamic styling example * Release Notes update * Added note on Lambdas as property values * Enumerated classes as candidates for *lov* * Add run command section (#1144) * Add run command section * Add a line break * Remove $ in the command * Fixed documentation for dialog (#1147) * Fixed documentation for dialog * Renamed all references to code examples * More RelNotes * Added links to date_range code examples * Added styling example for date_range * Fred's comment. * Fabien's comments * PipFile --------- Co-authored-by: Fabien Lelaquais <[email protected]> Co-authored-by: Satoshi S. <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🖰 GUI
Related to GUI
📈 Improvement
Improvement of a feature.
🟧 Priority: High
Stalls work on the project or its dependents
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.
Addresses #1036.