Hello Tony and all,
I have a table like:
create table STEPS (
ID int(8) NOT NULL PRIMARY KEY,
DESCRIPTION varchar(255) NOT NULL,
REF_ID_YES int(8)
REF_ID_NO int(8)
)
so since those REF_ID_YES and REF_ID_NO would connect to another step.
I saw in the documentation there are no options for colmodel to obtain a custom expand button so I could associate that button to each new subgrid since I saw there are two methods: subGridRowExpanded and subGridRowCollapsed which would show just an expand button at begin of the row.
So is it possible to add in each jqGrid's row multiple expand buttons so if I want to add/view another step it can be connected to those ref_id_yes or ref_id_no?… Like having two subgrids in the same level…
I am pretty sure that would be really useful also for who wants to manage nested informations like a tree..
Thanks a lot in advance for your availability,
Ciao
Luigi
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top