Tagged Questions
7
votes
2answers
165 views
TreeTable as a flexible condition/filter editor
I face the task to create condition/filter editor every time I need to develop a data/request/event processing system. As usual, there is no universal one and only solution.
Google shows a lot of ...
7
votes
3answers
2k views
Tri-state checkbox: Which state should be selected after clicking?
There is a hierarchy of selectable items, let's say a parent and two children. All three items have checkboxes. When both children are checked, the parent's checkbox is also checked. When both ...
2
votes
5answers
2k views
How to display the hierarchical data [closed]
Some real ui javascript library wanted!
I have to display some hierarchical data on the web page. It should not be a classical tree view with the text items. I am looking for a graphical ...