AyCode.Blazor/AyCode.Blazor.Components/Components/Grids
Loretta 739d0fa808 Refactor: decouple InfoPanel using MgGridWithInfoPanel
Major refactor to decouple InfoPanel logic from grid base. Introduces MgGridWithInfoPanel wrapper component to manage grid and InfoPanel layout and communication. InfoPanels are now customizable via Razor templates with named slots (header, footer, etc.), and grid-to-InfoPanel communication is routed through the wrapper. Removes legacy C#-only InfoPanel base classes and parameters from grid base. This improves flexibility, composability, and maintainability of grid+InfoPanel UIs.
2025-12-18 11:02:53 +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 Refactor: decouple InfoPanel using MgGridWithInfoPanel 2025-12-18 11:02:53 +01:00
MgGridInfoPanel.razor.cs Refactor: decouple InfoPanel using MgGridWithInfoPanel 2025-12-18 11:02:53 +01:00
MgGridInfoPanel.razor.css Refactor grid toolbar and InfoPanel for reusability 2025-12-17 18:31:59 +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