Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
public vegetableData: { [key: string]: Object }[] = [
{ Vegetable: "Cabbage", Id: "item1" },
{ Vegetable: "Chickpea", Category: "Beans", Id: "item6" },
{ Vegetable: "Green bean", Category: "Beans", Id: "item7" },
{ Vegetable: "Horse gram", Category: "Beans", Id: "item8" },
{ Vegetable: "Garlic", Category: "Bulb and Stem", Id: "item9" },
{ Vegetable: "Nopal", Category: "Bulb and Stem", Id: "item10" },
{ Vegetable: "Onion", Category: "Bulb and Stem", Id: "item11" }
];
Screenshot: