- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 362
 
doc(Table): add IsGroupExtendButtons documentation #7050
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
Conversation
          
Reviewer's GuideThis PR enhances the Table component documentation by introducing a live toggle for the new IsGroupExtendButtons parameter in the sample edit page, updates styling for button grouping in SCSS, and adds corresponding localization entries to support the new feature. Class diagram for TablesEdit sample changesclassDiagram
    class TablesEdit {
        - bool _useGroup
        + DataServiceUrl : string
    }
    TablesEdit : _useGroup
    TablesEdit : DataServiceUrl
    Class diagram for Table component parameter updateclassDiagram
    class Table {
        + IsGroupExtendButtons : bool
    }
    Table : IsGroupExtendButtons
    File-Level Changes
 Assessment against linked issues
 Possibly linked issues
 Tips and commandsInteracting with Sourcery
 Customizing Your ExperienceAccess your dashboard to: 
 Getting Help
  | 
    
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.
          Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@            Coverage Diff            @@
##              main     #7050   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          745       745           
  Lines        32532     32532           
  Branches      4510      4510           
=========================================
  Hits         32532     32532           
 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
  | 
    
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.
Pull Request Overview
This PR adds documentation for the IsGroupExtendButtons parameter in the Table component by updating localization files and the demo page to showcase this feature.
- Updated Chinese and English localization files to document the 
IsGroupExtendButtonsparameter - Enhanced the Table demo with an interactive switch to control the 
IsGroupExtendButtonsparameter - Improved CSS styling for button groups with proper inline-flex display
 
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description | 
|---|---|
| src/BootstrapBlazor/Components/Table/Table.razor.scss | Added CSS improvements for button group display and spacing | 
| src/BootstrapBlazor.Server/Locales/zh-CN.json | Added Chinese documentation for IsGroupExtendButtons parameter | 
| src/BootstrapBlazor.Server/Locales/en-US.json | Added English documentation for IsGroupExtendButtons parameter | 
| src/BootstrapBlazor.Server/Components/Samples/Table/TablesEdit.razor.cs | Added boolean field to control IsGroupExtendButtons demo | 
| src/BootstrapBlazor.Server/Components/Samples/Table/TablesEdit.razor | Enhanced demo UI with switch control for IsGroupExtendButtons parameter | 
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Link issues
fixes #7049
Summary By Copilot
Regression?
Risk
Verification
Packaging changes reviewed?
☑️ Self Check before Merge
Summary by Sourcery
Document and demonstrate the new IsGroupExtendButtons parameter in the Table component by adding a toggle control in the TablesEdit sample page, introducing the backing field and localization entries, and updating button styling.
New Features:
Enhancements:
Documentation: