ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: juroinstruments on June 28, 2024, 06:47:34 am
-
example)
treeModel: {
id: 'id',
parentId: 'parentId',
dataIndx: 'id'
}
data : id / check1 / check2 / check3 / check4
have 4 checkbox column
each column needs tree cascade checkbox like attached image
If there is no such option, I will write it manually with the check events
-
I'm afraid cascading checkboxes are displayed only in the treeModel column currently.
-
ok. I'll do it by check events.
thx for your answer