@YogeshMohan wrote:
Good morning ,
Do you guys support multiple groups of different type in same layout?
For example i have two group GroupA and GroupB with background color red and green (Or any other physical properties) respectively.
Now while creating a nodeDataArray i would like to define my data something like this
{ key: 1, text: "GROUP", isGroup: true , groupType :"GroupA "}, { key: 2, text: "GROUP", isGroup: true, groupType :"GroupB " },Is this group type thing possible ?
Posts: 2
Participants: 2