Author Topic: Is there any options to cascade checkboxes from multiple columns  (Read 115 times)

juroinstruments

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 14
    • View Profile
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
« Last Edit: June 28, 2024, 07:28:10 am by juroinstruments »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6255
    • View Profile
Re: Is there any options to cascade checkboxes from multiple columns
« Reply #1 on: June 28, 2024, 12:56:51 pm »
I'm afraid cascading checkboxes are displayed only in the treeModel column currently.

juroinstruments

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Is there any options to cascade checkboxes from multiple columns
« Reply #2 on: June 28, 2024, 02:27:33 pm »
ok. I'll do it by check events.

thx for your answer