I have a ko-grid like that http://knockout-contrib.github.io/KoGrid/#/examples. And I want to disable a specific checkbox in Column Menu as below image. How can I do it? enter image description here
Thank you in advance.
I have a ko-grid like that http://knockout-contrib.github.io/KoGrid/#/examples. And I want to disable a specific checkbox in Column Menu as below image. How can I do it? enter image description here
Thank you in advance.
Copyright © 2021 Jogjafile Inc.
That website needs to update it's Plunkers, it's calling insecure http resources, and none of the examples are displaying.
Anyway, to disable a specific checkbox, disable the details of that corresponding row. Like this:
Let me know if it works.