Draft
Conversation
- Add hierarchical data models (Order, OrderDetails, DeliveryDetails, OrderStatus, DataPoint) - Update InventoryData model to support nested Orders collection - Update InventoryService to calculate derived fields (UnitsSold, TotalNetProfit) - Convert ERPInventoryComponent to use IgbHierarchicalGrid with IgbRowIsland - Add parent grid columns: SKU, Product Name, Category, Rating, Units Sold, Gross Price, Net Price, Net Profit - Add child grid (IgbRowIsland) showing Order details with collapsible column groups - Implement Delivery column group (Date Ordered, Date Shipped, Date Delivered) - Implement Order Information column group (Country, City, Zip Code, Street) - Add grid toolbar with Hiding and Pinning actions for both grids - Enable filtering, sorting, and multiple row selection on both grid levels - Maintain live data updates every 3 seconds Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com>
Collaborator
|
@claude[agent] It should be hierarchical grid |
Author
The implementation already uses a hierarchical grid structure:
The grid structure matches the WebComponents reference with products as parent rows and orders as expandable child rows. Could you clarify if there's a specific hierarchical feature missing? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Original prompt