Hi Isomorphic Team,
We are using the ismorphic version : 6.1-p20170930
my current functionality uses SmartGWT + Spring Rest services.
We are using Google chrome browser latest version.
I want to implement grid with another grids/tables embedded inside the grid .
e.e. below column2, column3 and column4 belong to internal grids.
Below for the first record 'test34' , internal grid (internal grid 1) has 2 records.
for record 'test', internal grid (internal grid 2) has 4 records
and for record 'test12', internal grid (internal grid 3) has 3 records
Also i want to give user option to add/edit/delete records separately in any of the grids (any internal or external).
so user can add/edit/delete records to internal grid 1, internal grid 2, internal grid 3 or external grid.
Attached is the screenshot where i just tried spanning to achieve same look but add/edit/delete separately in internal and external grids in not achievable that way.
Could you please suggest how I can proceed to achieve above.
We are using the ismorphic version : 6.1-p20170930
my current functionality uses SmartGWT + Spring Rest services.
We are using Google chrome browser latest version.
I want to implement grid with another grids/tables embedded inside the grid .
e.e. below column2, column3 and column4 belong to internal grids.
Below for the first record 'test34' , internal grid (internal grid 1) has 2 records.
for record 'test', internal grid (internal grid 2) has 4 records
and for record 'test12', internal grid (internal grid 3) has 3 records
Also i want to give user option to add/edit/delete records separately in any of the grids (any internal or external).
so user can add/edit/delete records to internal grid 1, internal grid 2, internal grid 3 or external grid.
Column1 | Column2 | Column3 | Column4 | Column5 | Column6 |
test34 | |
|
|
test34 | test34 |
test | |
|
|
test | test |
test12 | |
|
|
testr | test |
Attached is the screenshot where i just tried spanning to achieve same look but add/edit/delete separately in internal and external grids in not achievable that way.
Could you please suggest how I can proceed to achieve above.
Comment