I have a scenario to split the single grid view into multiple grid view,
Example: In an array I have 10 data a[10] values for these each data I have to put new ui-grid using angular js.
Customer 1 having 10 unique records reg1, reg2, reg2 datas, for this I have to display in a grid view
Label view:
REG101 Customer 1
Grid View:
----------------------------------------------
Item1| shop| details |avaialbilty |Workshop
----------------------------------------------
Label view:
REG102 Customer 2
Grid View:
----------------------------------------------
Item2| shop| details |avaialbilty |Workshop
----------------------------------------------
Label view:
REG103 Customer 3
Grid View:
----------------------------------------------
Item3| shop| details |avaialbilty |Workshop
----------------------------------------------