This topic is locked

Large Checkbox List - Is there a way to add grouping of related options with non checkable header?

1/31/2024 7:53:18 AM
PHPRunner General questions
N
Nikos Tsikas author

What the Title says.
I have a large checkbox list with items that can be checked for an order.
The available items belong to certain categories. Is there a way to display the category name and below it the items that belong to this category?
Order wise, this can be already done with sql ordering, but i can't figure out how to add a title with the category name for each product group.
i.e.

Group X
☐ Item A
☐ Item B
☐ Item C
Group Y
☐ Item D
☑ Item E
Group Z
☑ Item F

thank you in advance.

admin 1/31/2024

Tasks like this are implemented with the help of custom Edit Plugins:
https://xlinesoft.com/phprunner/docs/how_to_create_a_custom_edit_control.htm

Also in our one of our DevClub webinars we talked about creating such a plugin.

img alt

N
Nikos Tsikas author 1/31/2024

Thank you for pointing me to the right direction!
Really appreciate it !!!