You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enhance XML docs and add `[Description]`/`[DefaultValue]` to all parameters
- Use nullable reference types for optional parameters
- Add `[EditorRequired]` to required template/column content
- Switch docs and code to generic types (`TItem`) for better type inference
- Add async select/unselect all methods to `Grid<TItem>`
- Make parameters like `FiltersRowCssClass` and `HeaderRowCssClass` nullable
- Add null checks and null-forgiving operators for robustness
- Update docs to include new template components and generic parameter tables
- Ensure consistent documentation and default value annotations throughout
- Minor refactoring for clarity and code cleanup
privateconststringpageDescription=$"This documentation provides a comprehensive reference for the <code>{componentName}</code> component, guiding you through its configuration options.";
privateconststringmetaDescription=$"This documentation provides a comprehensive reference for the {componentName} component, guiding you through its configuration options.";
0 commit comments