AyCode.Blazor/AyCode.Blazor.Components/Components/Grids
Loretta 5255917210 Enhance MgGridInfoPanel with responsive/fixed columns
Add support for both responsive and fixed column layouts in MgGridInfoPanel via new parameters (TwoColumnBreakpoint, ThreeColumnBreakpoint, FourColumnBreakpoint, FixedColumnCount). Refactor CSS to use variables for breakpoints, add fixed column classes, and update container queries. Move styles to a new global mg-grid-info-panel.css, referenced in App.razor and index.html. Improve view mode styling and accessibility. Add Partner.Country column to GridPartner.razor.
2025-12-18 11:41:07 +01:00
..
GridEditMode.cs Refactor grid InfoPanel: sticky, responsive, new icons 2025-12-17 10:20:17 +01:00
MgGridBase.cs Refactor: decouple InfoPanel using MgGridWithInfoPanel 2025-12-18 11:02:53 +01:00
MgGridDataColumn.cs Add extensible InfoPanel system with custom templates 2025-12-18 10:03:32 +01:00
MgGridInfoPanel.razor Enhance MgGridInfoPanel with responsive/fixed columns 2025-12-18 11:41:07 +01:00
MgGridInfoPanel.razor.cs Enhance MgGridInfoPanel with responsive/fixed columns 2025-12-18 11:41:07 +01:00
MgGridInfoPanel.razor.css Enhance MgGridInfoPanel with responsive/fixed columns 2025-12-18 11:41:07 +01:00
MgGridToolbarBase.cs Refactor grid toolbar and InfoPanel for reusability 2025-12-17 18:31:59 +01:00
MgGridToolbarTemplate.razor Add extensible InfoPanel system with custom templates 2025-12-18 10:03:32 +01:00
MgGridWithInfoPanel.razor Refactor: decouple InfoPanel using MgGridWithInfoPanel 2025-12-18 11:02:53 +01:00